From: Eric Dumazet Date: Tue, 2 Jun 2009 05:20:21 +0000 (+0000) Subject: net: skb cleanup X-Git-Tag: v2.6.31-rc1~330^2~171 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e5b9215ef9a274eb9fb65f6aa4602ad82d10a6cb;p=~emulex%2Finfiniband.git net: skb cleanup Can remove anonymous union now it has one field. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 9ef6eb20247..7305da92be8 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -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