OSDN Git Service

net: dsa: lan9303: Move struct lan9303 to include/linux/dsa/lan9303.h
authorEgil Hjelmeland <privat@egil-hjelmeland.no>
Thu, 26 Oct 2017 09:00:48 +0000 (11:00 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 14:30:53 +0000 (23:30 +0900)
commit356c3e9afac0cc19c3d3b0cbc67106ce8efa0743
tree70f6c745e630ad448083c1c3923c2ac9f55b743e
parenteed05c85e26034021ef5c5da892c8f8b708eff0d
net: dsa: lan9303: Move struct lan9303 to include/linux/dsa/lan9303.h

The next patch require net/dsa/tag_lan9303.c to access struct lan9303.
Therefore move struct lan9303 definitions from drivers/net/dsa/lan9303.h
to new file include/linux/dsa/lan9303.h.

Signed-off-by: Egil Hjelmeland <privat@egil-hjelmeland.no>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/dsa/lan9303.h
include/linux/dsa/lan9303.h [new file with mode: 0644]