aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2019-01-15 15:06:11 -0800
committerDavid S. Miller <davem@davemloft.net>2019-01-17 11:31:24 -0800
commitecfc937210e5fdc6554e49b2a735ff22e72ae3f0 (patch)
tree4f85d9b964ab0864fec2f9c6139f9a1198f80b28 /MAINTAINERS
parentnet-next/hinic: replace disable_irq_nosync/enable_irq (diff)
downloadlinux-dev-ecfc937210e5fdc6554e49b2a735ff22e72ae3f0.tar.xz
linux-dev-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--MAINTAINERS1
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]