From: Takashi Iwai Date: Tue, 25 Aug 2015 12:04:44 +0000 (+0200) Subject: ALSA: ppc: Add missing inclusion of linux/module.h X-Git-Tag: next-20150828~63^2~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=654e2751c9f00491c4622893de59a21784e39ccf;p=uclinux-h8%2Flinux.git 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 Reviewed-by: Javier Martinez Canillas Signed-off-by: Takashi Iwai --- diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index f644a8c57e0a..4373615f13e2 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "pmac.h"