Commit bf88dc32 authored by kbuild test robot's avatar kbuild test robot Committed by David S. Miller

net: dsa: dsa_bridge_mtu_normalization() can be static

Fixes: f41071407c85 ("net: dsa: implement auto-normalization of MTU for bridge hardware datapath")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 86287543
...@@ -1338,7 +1338,7 @@ static void dsa_hw_port_list_free(struct list_head *hw_port_list) ...@@ -1338,7 +1338,7 @@ static void dsa_hw_port_list_free(struct list_head *hw_port_list)
} }
/* Make the hardware datapath to/from @dev limited to a common MTU */ /* Make the hardware datapath to/from @dev limited to a common MTU */
void dsa_bridge_mtu_normalization(struct dsa_port *dp) static void dsa_bridge_mtu_normalization(struct dsa_port *dp)
{ {
struct list_head hw_port_list; struct list_head hw_port_list;
struct dsa_switch_tree *dst; struct dsa_switch_tree *dst;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment