]> git.baikalelectronics.ru Git - kernel.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)
commit7a7bbe2ab152082f284985f9bdc6d1a737e7b62e
treeeaf95281e38691f1a14dcdab49c50cf4d73ab339
parent93d9a325a3f8c8be06952c047a963e4af6fe3538
parent0bc8c76d29c8051192e2c700c17f5a429590168b
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>