diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-12-30 02:27:41 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-12-30 05:03:05 +0100 |
commit | 3b80b73a4b3de38f72cd79e1a157449917f2bcb5 (patch) | |
tree | 0e6492283c123ba05d990488f642bbe01de4cd3f /include/net/ip6_fib.h | |
parent | Merge branch 'Sleepable local storage' (diff) | |
download | linux-3b80b73a4b3de38f72cd79e1a157449917f2bcb5.tar.xz linux-3b80b73a4b3de38f72cd79e1a157449917f2bcb5.zip |
net: Add includes masked by netdevice.h including uapi/bpf.h
Add missing includes unmasked by the subsequent change.
Mostly network drivers missing an include for XDP_PACKET_HEADROOM.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211230012742.770642-2-kuba@kernel.org
Diffstat (limited to 'include/net/ip6_fib.h')
-rw-r--r-- | include/net/ip6_fib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index 83b8070d1cc9..a9a4ccc0cdb5 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h @@ -20,6 +20,7 @@ #include <net/inetpeer.h> #include <net/fib_notifier.h> #include <linux/indirect_call_wrapper.h> +#include <uapi/linux/bpf.h> #ifdef CONFIG_IPV6_MULTIPLE_TABLES #define FIB6_TABLE_HASHSZ 256 |