mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
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>
This commit is contained in:
parent
b0a31431b4
commit
10b89ee43e
4 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue