net-next: remove useless union keyword
authorChangli Gao <xiaosuo@gmail.com>
Fri, 11 Jun 2010 06:31:35 +0000 (23:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2010 06:31:35 +0000 (23:31 -0700)
remove useless union keyword in rtable, rt6_info and dn_route.

Since there is only one member in a union, the union keyword isn't useful.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found