Commit d8f1641b authored by David S. Miller's avatar David S. Miller

net: Fix warnings in dst_ops.h

include/net/dst_ops.h:28:20: warning: ‘struct sock’ declared inside parameter list
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent be9f4a44
...@@ -8,6 +8,7 @@ struct dst_entry; ...@@ -8,6 +8,7 @@ struct dst_entry;
struct kmem_cachep; struct kmem_cachep;
struct net_device; struct net_device;
struct sk_buff; struct sk_buff;
struct sock;
struct dst_ops { struct dst_ops {
unsigned short family; unsigned short family;
......
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