ARM: 7100/1: smp_scu: remove __init annotation from scu_enable()
[pandora-kernel.git] / arch / arm / kernel / smp_scu.c
index 79ed5e7..5b6d536 100644 (file)
@@ -33,7 +33,7 @@ unsigned int __init scu_get_core_count(void __iomem *scu_base)
 /*
  * Enable the SCU
  */
-void __init scu_enable(void __iomem *scu_base)
+void scu_enable(void __iomem *scu_base)
 {
        u32 scu_ctrl;