diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-05-12 14:56:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-13 15:19:45 -0400 |
commit | 10b89ee43e849544eddfe34e535341fc077464ec (patch) | |
tree | d3d0071b63e587b36f4521fbcb81259a10cfc693 /net/ethernet | |
parent | b0a31431b4d81fb1ccc36ce64ce3fe6a0aca4031 (diff) | |
download | linux-10b89ee43e849544eddfe34e535341fc077464ec.tar.gz linux-10b89ee43e849544eddfe34e535341fc077464ec.tar.bz2 linux-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/ethernet')
-rw-r--r-- | net/ethernet/eth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c index 9045e2a1108f..9332a0ab0698 100644 --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c @@ -58,6 +58,7 @@ #include <net/ipv6.h> #include <net/ip.h> #include <net/dsa.h> +#include <net/flow_dissector.h> #include <linux/uaccess.h> __setup("ether=", netdev_boot_setup); |