[ARM] setup_profiling_timer must not be __init
[pandora-kernel.git] / arch / arm / kernel / smp.c
index 1b76d87..9746e52 100644 (file)
@@ -630,7 +630,7 @@ void smp_send_stop(void)
 /*
  * not supported here
  */
-int __init setup_profiling_timer(unsigned int multiplier)
+int setup_profiling_timer(unsigned int multiplier)
 {
        return -EINVAL;
 }