aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2015-05-12 14:56:09 +0200
committerDavid S. Miller <davem@davemloft.net>2015-05-13 15:19:45 -0400
commit10b89ee43e849544eddfe34e535341fc077464ec (patch)
treed3d0071b63e587b36f4521fbcb81259a10cfc693 /net/core/filter.c
parentflow_dissector: remove unused function flow_get_hlen declaration (diff)
downloadlinux-dev-10b89ee43e849544eddfe34e535341fc077464ec.tar.xz
linux-dev-10b89ee43e849544eddfe34e535341fc077464ec.zip
net: move *skb_get_poff declarations into correct header
Since these functions are defined in flow_dissector.c, move header declarations from skbuff.h into flow_dissector.h Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/filter.c')
-rw-r--r--net/core/filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/filter.c b/net/core/filter.c
index a831f193e2c7..6805717be614 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
@@ -36,6 +36,7 @@
#include <net/netlink.h>
#include <linux/skbuff.h>
#include <net/sock.h>
+#include <net/flow_dissector.h>
#include <linux/errno.h>
#include <linux/timer.h>
#include <asm/uaccess.h>