diff options
Diffstat (limited to 'arch/sh/kernel/setup.c')
-rw-r--r-- | arch/sh/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 60cc2161438f..cab91a7665da 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -501,7 +501,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
501 | c->loops_per_jiffy/(500000/HZ), | 501 | c->loops_per_jiffy/(500000/HZ), |
502 | (c->loops_per_jiffy/(5000/HZ)) % 100); | 502 | (c->loops_per_jiffy/(5000/HZ)) % 100); |
503 | 503 | ||
504 | return show_clocks(m); | 504 | return 0; |
505 | } | 505 | } |
506 | 506 | ||
507 | static void *c_start(struct seq_file *m, loff_t *pos) | 507 | static void *c_start(struct seq_file *m, loff_t *pos) |