]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: dsa: Split platform data to header file
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 15 Jan 2019 23:06:11 +0000 (15:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2019 19:31:24 +0000 (11:31 -0800)
commitecfc937210e5fdc6554e49b2a735ff22e72ae3f0
tree4f85d9b964ab0864fec2f9c6139f9a1198f80b28
parent905b464ad9008905db099f90ae20f373c7051804
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>
MAINTAINERS
include/linux/platform_data/dsa.h [new file with mode: 0644]
include/net/dsa.h