aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-10-04 18:32:57 +1100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-04 10:37:06 -0700
commit81e07c06e62a48ec36a65728a0c3c3cafdfaee17 (patch)
treef75ef43eeaab100f2b6735d9d9448d2e9eb88408 /drivers/staging/rtl8712
parent6a37b041d210c259482cdeb0000aa66e5fa2477d (diff)
staging: r8712u: include module.h where needed
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/hal_init.c1
-rw-r--r--drivers/staging/rtl8712/usb_intf.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/rtl8712/hal_init.c b/drivers/staging/rtl8712/hal_init.c
index 1bd9c374a5f..d0029aa4cd3 100644
--- a/drivers/staging/rtl8712/hal_init.c
+++ b/drivers/staging/rtl8712/hal_init.c
@@ -32,6 +32,7 @@
#include <linux/device.h>
#include <linux/usb/ch9.h>
#include <linux/firmware.h>
+#include <linux/module.h>
#include "osdep_service.h"
#include "drv_types.h"
diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c
index 0a2f2743165..fb2e89c3056 100644
--- a/drivers/staging/rtl8712/usb_intf.c
+++ b/drivers/staging/rtl8712/usb_intf.c
@@ -29,6 +29,7 @@
#define _HCI_INTF_C_
#include <linux/usb.h>
+#include <linux/module.h>
#include "osdep_service.h"
#include "drv_types.h"