projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399ad77
)
[PATCH] m32r: C99 initializers in setup.c
author
Al Viro
<viro@ftp.linux.org.uk>
Wed, 11 Oct 2006 16:24:25 +0000
(17:24 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:17:06 +0000
(11:17 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m32r/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/m32r/kernel/setup.c
b/arch/m32r/kernel/setup.c
index 3f35ab3d2dc28060b6030c76b37726887e8edd5f..0e7778be33ccc93503e5b28a4f902f01e13674b4 100644
(file)
--- 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 */