summaryrefslogtreecommitdiff
path: root/net/dsa/mv88e6123_61_65.c
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2011-11-27 17:06:08 +0000
committerDavid S. Miller <davem@davemloft.net>2011-11-29 00:21:36 -0500
commitc8f0b86996c88081095124d16b869e8d8a1c02c5 (patch)
treec8ae0274df112c03a9029625aec9e3eb4e2e7026 /net/dsa/mv88e6123_61_65.c
parentfa67a04497c03a1ead12cd896262de14980311e8 (diff)
dsa: Move all definitions needed by drivers into <net/dsa.h>
Any headers included by drivers should be under include/, and any definitions they use are not really private to the core as the name "dsa_priv.h" suggests. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/mv88e6123_61_65.c')
-rw-r--r--net/dsa/mv88e6123_61_65.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/mv88e6123_61_65.c b/net/dsa/mv88e6123_61_65.c
index 6504405700f..c0a458fc698 100644
--- a/net/dsa/mv88e6123_61_65.c
+++ b/net/dsa/mv88e6123_61_65.c
@@ -11,7 +11,7 @@
#include <linux/list.h>
#include <linux/netdevice.h>
#include <linux/phy.h>
-#include "dsa_priv.h"
+#include <net/dsa.h>
#include "mv88e6xxx.h"
static char *mv88e6123_61_65_probe(struct mii_bus *bus, int sw_addr)