Skip to content

Commit

Permalink
net: Fix warnings in dst_ops.h
Browse files Browse the repository at this point in the history
include/net/dst_ops.h:28:20: warning: ‘struct sock’ declared inside parameter list

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 19, 2012
1 parent be9f4a4 commit d8f1641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/net/dst_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ struct dst_entry;
struct kmem_cachep;
struct net_device;
struct sk_buff;
struct sock;

struct dst_ops {
unsigned short family;
Expand Down

0 comments on commit d8f1641

Please sign in to comment.