diff options
| author | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-11-22 13:06:44 -0500 |
|---|---|---|
| committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-11-22 13:06:44 -0500 |
| commit | 0bd2af46839ad6262d25714a6ec0365db9d6b98f (patch) | |
| tree | dcced72d230d69fd0c5816ac6dd03ab84799a93e /arch/m32r/kernel/setup.c | |
| parent | e138a5d2356729b8752e88520cc1525fae9794ac (diff) | |
| parent | f26b90440cd74c78fe10c9bd5160809704a9627c (diff) | |
Merge ../scsi-rc-fixes-2.6
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 3f35ab3d2dc2..0e7778be33cc 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) | |||
| 369 | } | 369 | } |
| 370 | 370 | ||
| 371 | struct seq_operations cpuinfo_op = { | 371 | struct seq_operations cpuinfo_op = { |
| 372 | start: c_start, | 372 | .start = c_start, |
| 373 | next: c_next, | 373 | .next = c_next, |
| 374 | stop: c_stop, | 374 | .stop = c_stop, |
| 375 | show: show_cpuinfo, | 375 | .show = show_cpuinfo, |
| 376 | }; | 376 | }; |
| 377 | #endif /* CONFIG_PROC_FS */ | 377 | #endif /* CONFIG_PROC_FS */ |
| 378 | 378 | ||
