diff options
author | Rami Rosen <ramirose@gmail.com> | 2008-01-07 22:36:54 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:00:47 -0800 |
commit | 3becd578c5c9aafde6f562bb1dfe20d420bce6e8 (patch) | |
tree | 0aa9bfc0b2804f93d89543ba621fa913f2849c26 /include/net/dst.h | |
parent | 64c31b3f76482bb64459e786f9eca3bd0164d153 (diff) |
[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.h | 1 |
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]; }; |