aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2008-01-07 22:36:54 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:00:47 -0800
commit3becd578c5c9aafde6f562bb1dfe20d420bce6e8 (patch)
tree0aa9bfc0b2804f93d89543ba621fa913f2849c26 /include/net/dst.h
parent[XFRM] xfrm_policy_destroy: Rename and relative fixes. (diff)
downloadlinux-dev-3becd578c5c9aafde6f562bb1dfe20d420bce6e8.tar.xz
linux-dev-3becd578c5c9aafde6f562bb1dfe20d420bce6e8.zip
[NET]: Remove unused member of dst_entry
The info placeholder member of dst_entry seems to be unused in the network stack. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dst.h')
-rw-r--r--include/net/dst.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index 31468c9aa877..e03ea0c04e01 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -80,7 +80,6 @@ struct dst_entry
struct rt6_info *rt6_next;
struct dn_route *dn_next;
};
- char info[0];
};