ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmode
[pandora-kernel.git] / arch / arm / mach-pxa / pxa27x.c
index a9447f9..f7510b1 100644 (file)
@@ -241,7 +241,7 @@ static struct clk_lookup pxa27x_clkregs[] = {
  */
 static unsigned int pwrmode = PWRMODE_SLEEP;
 
-int __init pxa27x_set_pwrmode(unsigned int mode)
+int pxa27x_set_pwrmode(unsigned int mode)
 {
        switch (mode) {
        case PWRMODE_SLEEP: