net: skb cleanup
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 2 Jun 2009 05:20:21 +0000 (05:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Jun 2009 09:51:05 +0000 (02:51 -0700)
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>
include/linux/skbuff.h

index 9ef6eb20247bd831e8b3ea450ece3fc76a6dcf38..7305da92be8f6c6fecf8ca6b89dfa22bbfc76512 100644 (file)
@@ -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