mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
net: bridge: fix build
fix build when BRIDGE_VLAN_FILTERING is not set
Fixes: 2796d0c648
("bridge: Automatically manage port promiscuous mode")
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
33fcc5e05e
commit
d4f0e0958d
@ -727,7 +727,7 @@ static inline u16 br_get_pvid(const struct net_port_vlans *v)
|
||||
return VLAN_N_VID; /* Returns invalid vid */
|
||||
}
|
||||
|
||||
static inline int br_vlan_enabled(struct net_bridge *br);
|
||||
static inline int br_vlan_enabled(struct net_bridge *br)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user