On Wed, Mar 04, 2015 at 12:06:37PM +0000, Mark Brown wrote:
On Wed, Mar 04, 2015 at 05:06:10AM +0000, Build bot for Mark Brown wrote:
Today's -next introduced build failures on ARMv8 (and other architectures depending on compiler):
Errors:
arm64-allnoconfig ../include/linux/thermal.h:408:38: error: parameter name omitted ../include/linux/thermal.h:413:1: error: expected identifier or '(' before '{' token
arm64-defconfig ../include/linux/thermal.h:408:38: error: parameter name omitted ../include/linux/thermal.h:413:1: error: expected identifier or '(' before '{' token
caused by syntax errors in the stubs due to missing parameter names introduced by ddd4dd8ddf784 (thermal: extend the cooling device API to include power information). There's also an extraneous semicolon.
I've sent a patch.
Thanks for the fix, but we have already taken care of it. The fix will appear in next linux-next cycle.
BR,
Eduardo Valentin