staging: rtl8821ae: Remove duplicate include
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 12 Feb 2014 10:08:42 +0000 (15:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Feb 2014 17:41:50 +0000 (09:41 -0800)
phy.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/rtl8821ae/trx.c

index 75ae438..f82ed51 100644 (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);