diff options
author | David Miller <davem@davemloft.net> | 2017-11-28 15:41:07 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-30 09:54:27 -0500 |
commit | 7149f813d12d92ba9abcf49026f7cebc3d55c426 (patch) | |
tree | e641339a0502163e89688162458d43f1afc6c206 /include/net/dst.h | |
parent | 5492093dc4160d150890bc848c26ba7f8fff3094 (diff) |
net: Remove dst->next
There are no more users.
Signed-off-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Diffstat (limited to 'include/net/dst.h')
-rw-r--r-- | include/net/dst.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index 2270513d0790..33d2a5433924 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -88,10 +88,6 @@ struct dst_entry { #ifndef CONFIG_64BIT atomic_t __refcnt; /* 32-bit offset 64 */ #endif - - union { - struct dst_entry *next; - }; }; struct dst_metrics { |