Merge pull request #721 from ecsv/batadv-2021.2
batman-adv: Fix build against kernel 5.10
This commit is contained in:
commit
fffa9cb161
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ inline void __batadv_br_ip_list_check(void)
|
||||||
|
|
||||||
#if LINUX_VERSION_IS_LESS(5, 14, 0)
|
#if LINUX_VERSION_IS_LESS(5, 14, 0)
|
||||||
|
|
||||||
|
#include <linux/if_bridge.h>
|
||||||
#include <net/addrconf.h>
|
#include <net/addrconf.h>
|
||||||
|
|
||||||
#if IS_ENABLED(CONFIG_IPV6)
|
#if IS_ENABLED(CONFIG_IPV6)
|
||||||
|
|
Loading…
Reference in a new issue