]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
pcmcia: add module.h to db1xxx_ss.c since it is modular.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 22:44:02 +0000 (18:44 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:20 +0000 (19:32 -0400)
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 <paul.gortmaker@windriver.com>
drivers/pcmcia/db1xxx_ss.c

index 01757f18a2083fb19cd15018cc1af9bff16f7207..3e49df6d5e3b0dec58ef7fab3ce0a74d0e37e965 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/gpio.h>
 #include <linux/interrupt.h>
 #include <linux/pm.h>
+#include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/resource.h>
 #include <linux/slab.h>