diff options
author | Egil Hjelmeland <privat@egil-hjelmeland.no> | 2017-10-26 11:00:48 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-27 23:30:53 +0900 |
commit | 356c3e9afac0cc19c3d3b0cbc67106ce8efa0743 (patch) | |
tree | 70f6c745e630ad448083c1c3923c2ac9f55b743e /MAINTAINERS | |
parent | eed05c85e26034021ef5c5da892c8f8b708eff0d (diff) | |
download | linux-356c3e9afac0cc19c3d3b0cbc67106ce8efa0743.tar.bz2 |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e3a7ca9d2783..c9ee7abf4627 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9415,6 +9415,7 @@ M: Florian Fainelli <f.fainelli@gmail.com> S: Maintained F: net/dsa/ F: include/net/dsa.h +F: include/linux/dsa/ F: drivers/net/dsa/ NETWORKING [GENERAL] |