mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue