]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-Split-platform-data-to-header-file'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2019 19:31:24 +0000 (11:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2019 19:31:24 +0000 (11:31 -0800)
commit71137e1c80a9672cbcb3a6cac64c356e39511b2a
tree9f4ea263d14dccbd2ed693dd7dea0e30f3865250
parent7ba545644cd8ed532925ea85f8b09357cdfee686
parent93045e936c48009021d0af3908fca7ce602172b0
Merge branch 'dsa-Split-platform-data-to-header-file'

Florian Fainelli says:

====================
net: dsa: Split platform data to header file

This patch series decouples the DSA platform data structures from
net/dsa.h which was getting used for all sorts of DSA related
structures.

It would probably make sense for this series to go via David's net-next
tree to avoid conflicts on the ARM part, since we cannot obviously
include a header that does not yet exist.

No functional changes intended.
====================

Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>