]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
net: avoid including xdp.h in filter.h
authorJesper Dangaard Brouer <brouer@redhat.com>
Tue, 13 Feb 2018 13:15:36 +0000 (14:15 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 14 Feb 2018 01:50:10 +0000 (17:50 -0800)
If is sufficient with a forward declaration of struct xdp_rxq_info in
linux/filter.h, which avoids including net/xdp.h.  This was originally
suggested by John Fastabend during the review phase, but wasn't
included in the final patchset revision.  Thus, this followup.

Suggested-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/linux/filter.h

index 276932d759750dea5d0865308f589fcb7c61b191..fdb691b520c07d5d031bb0169a82d878950cd302 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/set_memory.h>
 #include <linux/kallsyms.h>
 
-#include <net/xdp.h>
 #include <net/sch_generic.h>
 
 #include <uapi/linux/filter.h>
@@ -30,6 +29,7 @@ struct sk_buff;
 struct sock;
 struct seccomp_data;
 struct bpf_prog_aux;
+struct xdp_rxq_info;
 
 /* ArgX, context and stack frame pointer register positions. Note,
  * Arg1, Arg2, Arg3, etc are used as argument mappings of function