From: Paul Gortmaker Date: Sat, 2 May 2015 00:02:31 +0000 (-0400) Subject: drivers/pcmcia: include for modular xxs1500_ss code X-Git-Tag: v4.2-rc1~42^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5468f887bc861b2fe2fa24a44bc6a616a5d33a73;p=karo-tx-linux.git drivers/pcmcia: include for modular xxs1500_ss code This file is built off of a tristate Kconfig option and also contains modular function calls so it should explicitly include module.h to avoid compile breakage during header shuffles done in the future. Cc: Wolfram Sang Acked-by: Wolfram Sang Cc: linux-pcmcia@lists.infradead.org Signed-off-by: Paul Gortmaker --- diff --git a/drivers/pcmcia/xxs1500_ss.c b/drivers/pcmcia/xxs1500_ss.c index 4c04360f378b..b2a189507fc3 100644 --- a/drivers/pcmcia/xxs1500_ss.c +++ b/drivers/pcmcia/xxs1500_ss.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include