]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: r8712u: include module.h where needed
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 07:32:57 +0000 (18:32 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:37:06 +0000 (10:37 -0700)
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>
drivers/staging/rtl8712/hal_init.c
drivers/staging/rtl8712/usb_intf.c

index 1bd9c374a5fce59452cb201aa7d7a6c6f9f1c8e6..d0029aa4cd3cefedacc5c2531363e4e3c46d5111 100644 (file)
@@ -32,6 +32,7 @@
 #include <linux/device.h>
 #include <linux/usb/ch9.h>
 #include <linux/firmware.h>
 #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"
 
 #include "osdep_service.h"
 #include "drv_types.h"
index 0a2f2743165750be96dc229862995ae7d83a73e7..fb2e89c3056c0c0c0ff1b1b02ada8f60eab8a551 100644 (file)
@@ -29,6 +29,7 @@
 #define _HCI_INTF_C_
 
 #include <linux/usb.h>
 #define _HCI_INTF_C_
 
 #include <linux/usb.h>
+#include <linux/module.h>
 
 #include "osdep_service.h"
 #include "drv_types.h"
 
 #include "osdep_service.h"
 #include "drv_types.h"