]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: ppc: Add missing inclusion of linux/module.h
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Aug 2015 12:04:44 +0000 (14:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Aug 2015 12:13:36 +0000 (14:13 +0200)
commit654e2751c9f00491c4622893de59a21784e39ccf
tree9710d36e48f1026ba43a16a1afa5c6e3dba3e7f3
parenta2bc2af66a5b656577fc2d71b6c277b73537777e
ALSA: ppc: Add missing inclusion of linux/module.h

Otherwise it triggers a compile warning like:
 sound/ppc/keywest.c:104:1: warning: data definition has no type or storage class
 sound/ppc/keywest.c:104:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int]

Fixes: a2bc2af66a5b ('ALSA: ppc: keywest: Export I2C module alias information')
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/keywest.c