summary refs log tree commit diff
path: root/include
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
parent64c31b3f76482bb64459e786f9eca3bd0164d153 (diff)
downloadlinux-3becd578c5c9aafde6f562bb1dfe20d420bce6e8.tar.gz
[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')
-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];
 };