mbox series

[net-next,0/2] Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'"

Message ID 20210215210912.2633895-1-olteanv@gmail.com
Headers show
Series Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'" | expand

Message

Vladimir Oltean Feb. 15, 2021, 9:09 p.m. UTC
From: Vladimir Oltean <vladimir.oltean@nxp.com>

There were two build issues in the 'Propagate extack for switchdev VLANs
from DSA', both related to function prototypes not updated for some stub
definitions when CONFIG_SWITCHDEV=n and CONFIG_BRIDGE_VLAN_FILTERING=n.

Vladimir Oltean (2):
  net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n
  net: bridge: fix br_vlan_filter_toggle stub when
    CONFIG_BRIDGE_VLAN_FILTERING=n

 include/net/switchdev.h | 3 ++-
 net/bridge/br_private.h | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)