summaryrefslogtreecommitdiffstats
path: root/net/dsa/master.c
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2022-11-21 15:55:45 +0200
committerJakub Kicinski <kuba@kernel.org>2022-11-22 20:41:49 -0800
commit94ef6fad3bf317b43cdc59ba171dff2486e59975 (patch)
treec700920430d11ec6f2b9e39e88d1a1b39f33329b /net/dsa/master.c
parent022bba63c3ca02fc074c68b4e7b949bddcf320d6 (diff)
downloadlinux-94ef6fad3bf317b43cdc59ba171dff2486e59975.tar.bz2
net: dsa: move headers exported by master.c to master.h
Minimize the use of the bloated dsa_priv.h by moving the prototypes exported by master.c to their own header file. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/dsa/master.c')
-rw-r--r--net/dsa/master.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/dsa/master.c b/net/dsa/master.c
index 0d3ef591b3b4..6105821834a2 100644
--- a/net/dsa/master.c
+++ b/net/dsa/master.c
@@ -6,7 +6,13 @@
* Vivien Didelot <vivien.didelot@savoirfairelinux.com>
*/
+#include <linux/ethtool.h>
+#include <linux/netdevice.h>
+#include <linux/netlink.h>
+#include <net/dsa.h>
+
#include "dsa_priv.h"
+#include "master.h"
#include "port.h"
static int dsa_master_get_regs_len(struct net_device *dev)