Commit 550cfa2b authored by Christoph Hellwig's avatar Christoph Hellwig Committed by David S. Miller

[NET]: Add missing struct net_device forward decl to skbuff.h

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent 0c537a4c
......@@ -89,6 +89,8 @@
#define NET_CALLER(arg) __builtin_return_address(0)
#endif
struct net_device;
#ifdef CONFIG_NETFILTER
struct nf_conntrack {
atomic_t use;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment