rtlwifi: rtl8723be: Remove duplicate inclusion of phy.h
phy.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
71a5f88120
commit
8ac070c02d
|
@ -33,7 +33,6 @@
|
||||||
#include "trx.h"
|
#include "trx.h"
|
||||||
#include "led.h"
|
#include "led.h"
|
||||||
#include "dm.h"
|
#include "dm.h"
|
||||||
#include "phy.h"
|
|
||||||
|
|
||||||
static u8 _rtl8723be_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue)
|
static u8 _rtl8723be_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue