summaryrefslogtreecommitdiff
path: root/include/net/dst.h
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2008-01-08 06:36:54 (GMT)
committerDavid S. Miller <davem@davemloft.net>2008-01-28 23:00:47 (GMT)
commit3becd578c5c9aafde6f562bb1dfe20d420bce6e8 (patch)
tree0aa9bfc0b2804f93d89543ba621fa913f2849c26 /include/net/dst.h
parent64c31b3f76482bb64459e786f9eca3bd0164d153 (diff)
downloadlinux-fsl-qoriq-3becd578c5c9aafde6f562bb1dfe20d420bce6e8.tar.xz
[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 31468c9..e03ea0c 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];
};