summaryrefslogtreecommitdiff
path: root/include/net/dst.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dst.h')
-rw-r--r--include/net/dst.h4
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 {