]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit8740fa3ffb3521be5833f98f16582d3f44b1a0cf
treeeaf95281e38691f1a14dcdab49c50cf4d73ab339
parentde321ed38471257ee45eac145bfd539254d13954
parent438ff53739ee523de3755a98ae3a290e69752620
Merge branch 'dsa-headers-cleanup'

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>