mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
net: Fix warnings in dst_ops.h
include/net/dst_ops.h:28:20: warning: ‘struct sock’ declared inside parameter list Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
be9f4a44e7
commit
d8f1641b58
@ -8,6 +8,7 @@ struct dst_entry;
|
||||
struct kmem_cachep;
|
||||
struct net_device;
|
||||
struct sk_buff;
|
||||
struct sock;
|
||||
|
||||
struct dst_ops {
|
||||
unsigned short family;
|
||||
|
Loading…
Reference in New Issue
Block a user