]> git.baikalelectronics.ru Git - 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)
commit9784fe98a1884f71e6d4e83e077905774d5acbf5
tree4f85d9b964ab0864fec2f9c6139f9a1198f80b28
parent08ed676c353d0eb94b01f1483fbeb7e8446a0137
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