]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: rtl8723au: Fix build error due to bad commit 6c89f82
authorLarry Finger <Larry.Finger@lwfinger.net>
Wed, 9 Apr 2014 21:21:18 +0000 (23:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Apr 2014 15:29:22 +0000 (08:29 -0700)
Two routines are missing includes of a necessary header.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_cmd.c
drivers/staging/rtl8723au/core/rtw_pwrctrl.c

index 2c558e0dd12b65a10b1bee1db8af2c0153647b44..592f0ee274e468554f76638c8999707d9952faf4 100644 (file)
@@ -19,6 +19,7 @@
 #include <recv_osdep.h>
 #include <cmd_osdep.h>
 #include <mlme_osdep.h>
+#include <rtl8723a_cmd.h>
 
 #ifdef CONFIG_8723AU_BT_COEXIST
 #include <rtl8723a_hal.h>
index 07c63246ca319893c127fe031406fdbe073999cb..c14b8193ce02e8e2d5c903f1f7f8a39c8acdc5aa 100644 (file)
@@ -17,6 +17,7 @@
 #include <osdep_service.h>
 #include <drv_types.h>
 #include <osdep_intf.h>
+#include <rtl8723a_cmd.h>
 
 #ifdef CONFIG_8723AU_BT_COEXIST
 #include <rtl8723a_hal.h>