diff options
-rw-r--r-- | arch/parisc/kernel/smp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/parisc/kernel/smp.c b/arch/parisc/kernel/smp.c index 4065b5e48c9d..5e26dbede5fc 100644 --- a/arch/parisc/kernel/smp.c +++ b/arch/parisc/kernel/smp.c | |||
@@ -423,8 +423,7 @@ int __cpu_up(unsigned int cpu, struct task_struct *tidle) | |||
423 | } | 423 | } |
424 | 424 | ||
425 | #ifdef CONFIG_PROC_FS | 425 | #ifdef CONFIG_PROC_FS |
426 | int __init | 426 | int setup_profiling_timer(unsigned int multiplier) |
427 | setup_profiling_timer(unsigned int multiplier) | ||
428 | { | 427 | { |
429 | return -EINVAL; | 428 | return -EINVAL; |
430 | } | 429 | } |