staging: rtl8821ae: Remove duplicate include
phy.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
64539a81d0
commit
861d2ac1db
|
@ -37,7 +37,7 @@
|
|||
#include "trx.h"
|
||||
#include "led.h"
|
||||
#include "dm.h"
|
||||
#include "phy.h"
|
||||
|
||||
u8 _rtl8821ae_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue)
|
||||
{
|
||||
u16 fc = rtl_get_fc(skb);
|
||||
|
|
Loading…
Reference in New Issue