Commit 55bb9c8e authored by Art Haas's avatar Art Haas Committed by Linus Torvalds

[PATCH] named initializers patch for net/decnet/dn_route.c

parent 98ad9a96
......@@ -110,7 +110,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 = { function: dn_run_flush };
static struct timer_list dn_rt_flush_timer = { .function = dn_run_flush };
int decnet_dst_gc_interval = 2;
static struct dst_ops dn_dst_ops = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment