Browse Source

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>
Stephen Rothwell 13 years ago
parent
commit
81e07c06e6
2 changed files with 2 additions and 0 deletions
  1. 1 0
      drivers/staging/rtl8712/hal_init.c
  2. 1 0
      drivers/staging/rtl8712/usb_intf.c

+ 1 - 0
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"

+ 1 - 0
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"