From: Thomas Graf Date: Sun, 19 Jun 2005 05:55:02 +0000 (-0700) Subject: [DECNET]: Remove unnecessary initilization of unused variable entries X-Git-Tag: v2.6.14-rc2~49^2~36^2~17 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=58b82150da90681a4179db1bc94d412938e81b31;p=linux-2.6-omap-h63xx.git [DECNET]: Remove unnecessary initilization of unused variable entries This patch was supposed to be part of the neighbour tables related patchset but apparently got lost. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- diff --git a/net/decnet/dn_neigh.c b/net/decnet/dn_neigh.c index f6dfe96f45b..f32dba9e26f 100644 --- a/net/decnet/dn_neigh.c +++ b/net/decnet/dn_neigh.c @@ -101,7 +101,6 @@ struct neigh_table dn_neigh_table = { .id = "dn_neigh_cache", .parms ={ .tbl = &dn_neigh_table, - .entries = 0, .base_reachable_time = 30 * HZ, .retrans_time = 1 * HZ, .gc_staletime = 60 * HZ,