summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1/linux.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-30 17:50:46 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:10 -0400
commit452962366c11a9126fabac8cb28af49c27464408 (patch)
treea98fb3d214943197fbf33eb496a6df4a63f8964c /drivers/staging/cxt1e1/linux.c
parent3f934e00a4d610b00159873ea9000dc3b08e3c06 (diff)
downloadop-kernel-dev-452962366c11a9126fabac8cb28af49c27464408.zip
op-kernel-dev-452962366c11a9126fabac8cb28af49c27464408.tar.gz
staging: Add module.h to more drivers implicitly using it.
This 2nd batch of implicit module.h users only appeared when we removed the unnecessary module.h from include/linux/miscdevice.h [The 1st batch is already present in Greg's staging tree.] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/staging/cxt1e1/linux.c')
-rw-r--r--drivers/staging/cxt1e1/linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/cxt1e1/linux.c b/drivers/staging/cxt1e1/linux.c
index 24e009c..911c0e4 100644
--- a/drivers/staging/cxt1e1/linux.c
+++ b/drivers/staging/cxt1e1/linux.c
@@ -16,6 +16,7 @@
#include <linux/types.h>
#include <linux/netdevice.h>
+#include <linux/module.h>
#include <linux/hdlc.h>
#include <linux/if_arp.h>
#include <linux/init.h>
OpenPOWER on IntegriCloud