]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[DECNET]: Remove unnecessary initilization of unused variable entries
authorThomas Graf <tgraf@suug.ch>
Sun, 19 Jun 2005 05:55:02 +0000 (22:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 05:55:02 +0000 (22:55 -0700)
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>
net/decnet/dn_neigh.c

index f6dfe96f45b79b48c903ca3bbdf15303415bbd83..f32dba9e26fe45942fc1334e08410abbc2722b46 100644 (file)
@@ -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,