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:
Larry Finger 2014-04-09 23:21:18 +02:00 committed by Greg Kroah-Hartman
parent 6484767b93
commit 88cdc943c5
2 changed files with 2 additions and 0 deletions

View 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>

View 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>