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-Tag: next-20110812~2^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=08f57e77617eb1fb9bd184b4ee7735415ba5e222;p=karo-tx-linux.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