mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 12:53:04 -04:00
staging: rtl8723au: Fix build error due to bad commit 6c89f82
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6484767b93
commit
88cdc943c5
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user