]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
bpf: linux/bpf.h needs linux/numa.h
authorDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2017 06:34:03 +0000 (23:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2017 06:34:03 +0000 (23:34 -0700)
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/bpf.h

index 55b88e329804ebcc58ef713079cc8bbd185decd9..830f472d8df5a47e4ddf35b6981f87e234f4833b 100644 (file)
@@ -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;