net: skb cleanup
[safe/jmp/linux-2.6] / include / linux / skbuff.h
index 9ef6eb2..7305da9 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