dsa: Move all definitions needed by drivers into <net/dsa.h>
authorBen Hutchings <ben@decadent.org.uk>
Sun, 27 Nov 2011 17:06:08 +0000 (17:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Nov 2011 05:21:36 +0000 (00:21 -0500)
commitc8f0b86996c88081095124d16b869e8d8a1c02c5
treec8ae0274df112c03a9029625aec9e3eb4e2e7026
parentfa67a04497c03a1ead12cd896262de14980311e8
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>
include/net/dsa.h
net/dsa/dsa_priv.h
net/dsa/mv88e6060.c
net/dsa/mv88e6123_61_65.c
net/dsa/mv88e6131.c
net/dsa/mv88e6xxx.c
This page took 0.025436 seconds and 5 git commands to generate.