summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorDavid S. Miller2011-07-18 05:06:13 +0200
committerDavid S. Miller2011-07-18 08:11:35 +0200
commit9cbb7ecbcff85077bb12301aaf4c9b5a56c5993d (patch)
tree585f03578c63503f81d03ba865207bdb9819d5c6 /include/net
parentneigh: Pass neighbour entry to output ops. (diff)
downloadkernel-qcow2-linux-9cbb7ecbcff85077bb12301aaf4c9b5a56c5993d.tar.gz
kernel-qcow2-linux-9cbb7ecbcff85077bb12301aaf4c9b5a56c5993d.tar.xz
kernel-qcow2-linux-9cbb7ecbcff85077bb12301aaf4c9b5a56c5993d.zip
ipv6: Get rid of rt6i_nexthop macro.
It just makes it harder to see 1) what the code is doing and 2) grep for all users of dst{->,.}neighbour Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ip6_fib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h
index 477ef75f3873..5735a0f979c3 100644
--- a/include/net/ip6_fib.h
+++ b/include/net/ip6_fib.h
@@ -87,7 +87,6 @@ struct rt6_info {
struct dst_entry dst;
#define rt6i_dev dst.dev
-#define rt6i_nexthop dst.neighbour
#define rt6i_expires dst.expires
/*