summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6xxx/phy.c
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2017-07-17 13:03:35 -0400
committerDavid S. Miller <davem@davemloft.net>2017-07-18 11:10:57 -0700
commit7b23268c9d81a3603ccd9e1bde64e2a1cfe548b7 (patch)
tree50aa6a5ba40f140a075b5ed9508e9ec63f74deaa /drivers/net/dsa/mv88e6xxx/phy.c
parent46f55cffa47330b99537985a50d92945d4b34658 (diff)
downloadlinux-stable-7b23268c9d81a3603ccd9e1bde64e2a1cfe548b7.tar.gz
linux-stable-7b23268c9d81a3603ccd9e1bde64e2a1cfe548b7.tar.bz2
linux-stable-7b23268c9d81a3603ccd9e1bde64e2a1cfe548b7.zip
net: dsa: mv88e6xxx: remove unneeded dsa header
phy.c does not need to include the DSA public header. Remove it. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/phy.c')
-rw-r--r--drivers/net/dsa/mv88e6xxx/phy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/phy.c b/drivers/net/dsa/mv88e6xxx/phy.c
index 3500ac0ea848..436668bd50dc 100644
--- a/drivers/net/dsa/mv88e6xxx/phy.c
+++ b/drivers/net/dsa/mv88e6xxx/phy.c
@@ -13,7 +13,6 @@
#include <linux/mdio.h>
#include <linux/module.h>
-#include <net/dsa.h>
#include "chip.h"
#include "phy.h"