[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 <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0603eac0d6
commit
58b82150da
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue