tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next head: a2bc2af66a5b656577fc2d71b6c277b73537777e commit: a2bc2af66a5b656577fc2d71b6c277b73537777e [174/174] ALSA: ppc: keywest: Export I2C module alias information config: powerpc-defconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/ma... -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout a2bc2af66a5b656577fc2d71b6c277b73537777e # save the attached .config to linux build tree make.cross ARCH=powerpc
All error/warnings (new ones prefixed by >>):
sound/ppc/keywest.c:104:1: warning: data definition has no type or storage class
MODULE_DEVICE_TABLE(i2c, keywest_i2c_id); ^
sound/ppc/keywest.c:104:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int] sound/ppc/keywest.c:104:1: warning: parameter names (without types) in function declaration
cc1: some warnings being treated as errors
vim +104 sound/ppc/keywest.c
98 99 static const struct i2c_device_id keywest_i2c_id[] = { 100 { "MAC,tas3004", 0 }, /* instantiated by i2c-powermac */ 101 { "keywest", 0 }, /* instantiated by us if needed */ 102 { } 103 };
104 MODULE_DEVICE_TABLE(i2c, keywest_i2c_id);
105 106 static struct i2c_driver keywest_driver = { 107 .driver = {
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation