Skip to content

Commit

Permalink
staging: r8712u: include module.h where needed
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Greg Kroah-Hartman committed Oct 4, 2011
1 parent 6a37b04 commit 81e07c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/rtl8712/hal_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/rtl8712/usb_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#define _HCI_INTF_C_

#include <linux/usb.h>
#include <linux/module.h>

#include "osdep_service.h"
#include "drv_types.h"
Expand Down

0 comments on commit 81e07c0

Please sign in to comment.