Commit 3bf8d64d authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 475c0a6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>