From: Stephen Rothwell Date: Tue, 4 Oct 2011 07:32:57 +0000 (+1100) Subject: staging: r8712u: include module.h where needed X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=81e07c06e62a48ec36a65728a0c3c3cafdfaee17;p=linux-beck.git staging: r8712u: include module.h where needed Signed-off-by: Stephen Rothwell Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8712/hal_init.c b/drivers/staging/rtl8712/hal_init.c index 1bd9c374a5fc..d0029aa4cd3c 100644 --- a/drivers/staging/rtl8712/hal_init.c +++ b/drivers/staging/rtl8712/hal_init.c @@ -32,6 +32,7 @@ #include #include #include +#include #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 0a2f27431657..fb2e89c3056c 100644 --- a/drivers/staging/rtl8712/usb_intf.c +++ b/drivers/staging/rtl8712/usb_intf.c @@ -29,6 +29,7 @@ #define _HCI_INTF_C_ #include +#include #include "osdep_service.h" #include "drv_types.h"