ipv6: Kill rt6i_dev and rt6i_expires defines.
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Dec 2011 01:19:20 +0000 (20:19 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Dec 2011 01:19:20 +0000 (20:19 -0500)
It just obscures that the netdevice pointer and the expires value are
implemented in the dst_entry sub-object of the ipv6 route.

And it makes grepping for dst_entry member uses much harder too.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found