diff options
Diffstat (limited to 'samples/bpf/test_cgrp2_tc_kern.c')
-rw-r--r-- | samples/bpf/test_cgrp2_tc_kern.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/bpf/test_cgrp2_tc_kern.c b/samples/bpf/test_cgrp2_tc_kern.c index 45a2f01d2029..c7d2291d676f 100644 --- a/samples/bpf/test_cgrp2_tc_kern.c +++ b/samples/bpf/test_cgrp2_tc_kern.c @@ -5,9 +5,8 @@ * License as published by the Free Software Foundation. */ #define KBUILD_MODNAME "foo" +#include "vmlinux.h" #include "net_shared.h" -#include <uapi/linux/ipv6.h> -#include <uapi/linux/bpf.h> #include <bpf/bpf_helpers.h> /* copy of 'struct ethhdr' without __packed */ |