mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
5917bfe688
The last remnants in dsa_priv.h are a netlink-related definition for which we create a new header, and DSA_MAX_NUM_OFFLOADING_BRIDGES which is only used from dsa.c, so move it there. Some inclusions need to be adjusted now that we no longer have headers included transitively from dsa_priv.h. 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>
9 lines
162 B
C
9 lines
162 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#ifndef __DSA_NETLINK_H
|
|
#define __DSA_NETLINK_H
|
|
|
|
extern struct rtnl_link_ops dsa_link_ops __read_mostly;
|
|
|
|
#endif
|