Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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;