X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fdecnet%2Fdn_route.c;h=3407f190afe8892699025bf504c73111a082b8b5;hb=dad2ad82c5f058367df79de022bd12d36afcd065;hp=2c915f305be37ffef87997ae5fbab5a166103c3b;hpb=2fcf522509cceea524b6e7ece8fd6759b682175a;p=powerpc.git diff --git a/net/decnet/dn_route.c b/net/decnet/dn_route.c index 2c915f305b..3407f190af 100644 --- a/net/decnet/dn_route.c +++ b/net/decnet/dn_route.c @@ -117,8 +117,7 @@ static struct dn_rt_hash_bucket *dn_rt_hash_table; static unsigned dn_rt_hash_mask; static struct timer_list dn_route_timer; -static struct timer_list dn_rt_flush_timer = - TIMER_INITIALIZER(dn_run_flush, 0, 0); +static DEFINE_TIMER(dn_rt_flush_timer, dn_run_flush, 0, 0); int decnet_dst_gc_interval = 2; static struct dst_ops dn_dst_ops = {