commit | e5b9215ef9a274eb9fb65f6aa4602ad82d10a6cb | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Jun 02 05:20:21 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 03 02:51:05 2009 -0700 |
tree | 2b3a4ac7f0a52b3ade1b6cae1de34d461706670a | |
parent | adf30907d63893e4208dfe3f5c88ae12bc2f25d5 [diff] |
net: skb cleanup 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>
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 9ef6eb2..7305da9 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h
@@ -322,9 +322,7 @@ ktime_t tstamp; struct net_device *dev; - union { - unsigned long _skb_dst; - }; + unsigned long _skb_dst; #ifdef CONFIG_XFRM struct sec_path *sp; #endif