summaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/switchdev/switchdev.c')
-rw-r--r--net/switchdev/switchdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/switchdev/switchdev.c b/net/switchdev/switchdev.c
index a5fc9dd24aa9..9e9012956993 100644
--- a/net/switchdev/switchdev.c
+++ b/net/switchdev/switchdev.c
@@ -1306,6 +1306,7 @@ bool switchdev_port_same_parent_id(struct net_device *a,
1306 1306
1307 return netdev_phys_item_id_same(&a_attr.u.ppid, &b_attr.u.ppid); 1307 return netdev_phys_item_id_same(&a_attr.u.ppid, &b_attr.u.ppid);
1308} 1308}
1309EXPORT_SYMBOL_GPL(switchdev_port_same_parent_id);
1309 1310
1310static u32 switchdev_port_fwd_mark_get(struct net_device *dev, 1311static u32 switchdev_port_fwd_mark_get(struct net_device *dev,
1311 struct net_device *group_dev) 1312 struct net_device *group_dev)
@@ -1323,7 +1324,6 @@ static u32 switchdev_port_fwd_mark_get(struct net_device *dev,
1323 1324
1324 return dev->ifindex; 1325 return dev->ifindex;
1325} 1326}
1326EXPORT_SYMBOL_GPL(switchdev_port_same_parent_id);
1327 1327
1328static void switchdev_port_fwd_mark_reset(struct net_device *group_dev, 1328static void switchdev_port_fwd_mark_reset(struct net_device *group_dev,
1329 u32 old_mark, u32 *reset_mark) 1329 u32 old_mark, u32 *reset_mark)