aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/mv88e6060.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/mv88e6060.c
parentdsa: Remove unnecessary exports (diff)
downloadlinux-dev-c8f0b86996c88081095124d16b869e8d8a1c02c5.tar.xz
linux-dev-c8f0b86996c88081095124d16b869e8d8a1c02c5.zip
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/mv88e6060.c')
-rw-r--r--net/dsa/mv88e6060.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/mv88e6060.c b/net/dsa/mv88e6060.c
index 0e028dfa89ec..7fc4e81d4d43 100644
--- a/net/dsa/mv88e6060.c
+++ b/net/dsa/mv88e6060.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>
#define REG_PORT(p) (8 + (p))
#define REG_GLOBAL 0x0f