Skip to content

Commit

Permalink
net: skb cleanup
Browse files Browse the repository at this point in the history
Can remove anonymous union now it has one field.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jun 3, 2009
1 parent adf3090 commit e5b9215
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@ struct sk_buff {
ktime_t tstamp;
struct net_device *dev;

union {
unsigned long _skb_dst;
};
unsigned long _skb_dst;
#ifdef CONFIG_XFRM
struct sec_path *sp;
#endif
Expand Down

0 comments on commit e5b9215

Please sign in to comment.