Merge pull request #721 from ecsv/batadv-2021.2

batman-adv: Fix build against kernel 5.10
This commit is contained in:
Simon Wunderlich 2021-08-22 15:39:32 +02:00 committed by GitHub
commit fffa9cb161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ inline void __batadv_br_ip_list_check(void)
#if LINUX_VERSION_IS_LESS(5, 14, 0)
#include <linux/if_bridge.h>
#include <net/addrconf.h>
#if IS_ENABLED(CONFIG_IPV6)