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:
Sachin Kamat 2014-02-12 15:38:42 +05:30 committed by Greg Kroah-Hartman
parent 64539a81d0
commit 861d2ac1db
1 changed files with 1 additions and 1 deletions

View File

@ -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);