diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-01-15 15:06:11 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-01-17 11:31:24 -0800 |
commit | ecfc937210e5fdc6554e49b2a735ff22e72ae3f0 (patch) | |
tree | 4f85d9b964ab0864fec2f9c6139f9a1198f80b28 /MAINTAINERS | |
parent | 905b464ad9008905db099f90ae20f373c7051804 (diff) | |
download | linux-ecfc937210e5fdc6554e49b2a735ff22e72ae3f0.tar.gz linux-ecfc937210e5fdc6554e49b2a735ff22e72ae3f0.tar.bz2 linux-ecfc937210e5fdc6554e49b2a735ff22e72ae3f0.zip |
net: dsa: Split platform data to header file
Instead of having net/dsa.h contain both the internal switch tree/driver
structures, split the relevant platform_data parts into
include/linux/platform_data/dsa.h and make that header be included by
net/dsa.h in order not to break any setup. A subsequent set of patches
will update code including net/dsa.h to include only the platform_data
header.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
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 4d04cebb4a71..a592b9992b46 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10576,6 +10576,7 @@ F: Documentation/devicetree/bindings/net/dsa/ F: net/dsa/ F: include/net/dsa.h F: include/linux/dsa/ +F: include/linux/platform_data/dsa.h F: drivers/net/dsa/ NETWORKING [GENERAL] |