commit | d6e1e46f69fbe956e877cdd00dbfb002baddf577 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Aug 19 23:34:03 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 19 23:34:03 2017 -0700 |
tree | e25341f1ae35775020e18efc79d9fad608e5ac88 | |
parent | 228498596c44041c710f5a633904205bc1cd9177 [diff] |
bpf: linux/bpf.h needs linux/numa.h Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 55b88e3..830f472 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h
@@ -14,6 +14,7 @@ #include <linux/percpu.h> #include <linux/err.h> #include <linux/rbtree_latch.h> +#include <linux/numa.h> struct perf_event; struct bpf_prog;