net: skb cleanup
[deliverable/linux.git] / 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
This page took 0.025213 seconds and 5 git commands to generate.