]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'dsa-headers-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 May 2017 14:40:20 +0000 (10:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 May 2017 14:40:20 +0000 (10:40 -0400)
Vivien Didelot says:

====================
net: dsa: headers cleanup

The DSA core files share a common private header file. Include the DSA
public header there instead of independently in each core source file.

DSA core and its drivers use switchdev, thus include switchdev.h in the
public DSA header. This allows us to get rid of the forward declaration
and use typedef defined by switchdev.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge