Browse Source

amd: xgbe: fix duplicate #include of linux/phy.h

The header linux/phy.h was included twice, so delete one of them.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jean Sacren 11 years ago
parent
commit
67f2527a68
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/ethernet/amd/xgbe/xgbe-drv.c

+ 0 - 1
drivers/net/ethernet/amd/xgbe/xgbe-drv.c

@@ -117,7 +117,6 @@
 #include <linux/spinlock.h>
 #include <linux/tcp.h>
 #include <linux/if_vlan.h>
-#include <linux/phy.h>
 #include <net/busy_poll.h>
 #include <linux/clk.h>
 #include <linux/if_ether.h>