From: Nikolay Aleksandrov <[email protected]>
Date: Mon, 13 Jul 2020 10:55:46 +0300
> If bridge vlan filtering is not defined we won't have
> br_vlan_can_enter_range and thus will get a compile error as was
> reported by Stephen and the build bot. So let's define a stub for when
> vlan filtering is not used.
>
> Fixes: 94339443686b ("net: bridge: notify on vlan tunnel changes done via the
> old api")
> Reported-by: Stephen Rothwell <[email protected]>
> Signed-off-by: Nikolay Aleksandrov <[email protected]>
Applied, thanks for fixing this.