diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-08-15 05:06:49 -0700 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2004-08-15 05:06:49 -0700 |
| commit | 550cfa2b3636462cb163b1f873b18ac0e7ab14b6 (patch) | |
| tree | a607193ae64cdf02fc813347444bc760d4b40c98 /include/linux | |
| parent | 0c537a4cb3883683a747eeea17152886268a0a28 (diff) | |
[NET]: Add missing struct net_device forward decl to skbuff.h
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/skbuff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 724d6841d0ae..354f1ff564bb 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -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; |
