From: Paul Gortmaker Date: Thu, 28 Jul 2011 22:44:02 +0000 (-0400) Subject: pcmcia: add module.h to db1xxx_ss.c since it is modular. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3bf8d64d394dc26b17abde97a541229a2a146ad2;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git pcmcia: add module.h to db1xxx_ss.c since it is modular. As we will get this after the module.h usage cleanup. drivers/pcmcia/db1xxx_ss.c:577: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE' Signed-off-by: Paul Gortmaker --- diff --git a/drivers/pcmcia/db1xxx_ss.c b/drivers/pcmcia/db1xxx_ss.c index 01757f18a208..3e49df6d5e3b 100644 --- a/drivers/pcmcia/db1xxx_ss.c +++ b/drivers/pcmcia/db1xxx_ss.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include