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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment