diff options
Diffstat (limited to 'arch/m32r/kernel/setup.c')
| -rw-r--r-- | arch/m32r/kernel/setup.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/m32r/kernel/setup.c b/arch/m32r/kernel/setup.c index 3f35ab3d2dc..0e7778be33c 100644 --- a/arch/m32r/kernel/setup.c +++ b/arch/m32r/kernel/setup.c @@ -369,10 +369,10 @@ static void c_stop(struct seq_file *m, void *v)  }  struct seq_operations cpuinfo_op = { -	start:	c_start, -	next:	c_next, -	stop:	c_stop, -	show:	show_cpuinfo, +	.start = c_start, +	.next = c_next, +	.stop = c_stop, +	.show = show_cpuinfo,  };  #endif	/* CONFIG_PROC_FS */  |