On Wed, Jul 29, 2015 at 12:14:36PM +0100, Build bot for Mark Brown wrote:
Today's linux-next fails to build an arm64 allmodconfig due to:
arm64-allmodconfig ../include/linux/platform_device.h:245:1: error: type defaults to 'int' in declaration of 'module_init' [-Werror=implicit-int] ../include/linux/platform_device.h:250:1: error: type defaults to 'int' in declaration of 'module_exit' [-Werror=implicit-int]
caused by c84e358718a66f76 (soc: Mediatek: Add SCPSYS power domain driver) which does not include module.h. Arguably platform_device.h should do that, though it's only an issue if the macro is used so...