aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clk/pxa/clk-pxa.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/clk/pxa/clk-pxa.c b/drivers/clk/pxa/clk-pxa.c
index 74f64c3c4290..b80dc9d5855c 100644
--- a/drivers/clk/pxa/clk-pxa.c
+++ b/drivers/clk/pxa/clk-pxa.c
@@ -147,9 +147,7 @@ void pxa2xx_core_turbo_switch(bool on)
147 " b 3f\n" 147 " b 3f\n"
148 "2: b 1b\n" 148 "2: b 1b\n"
149 "3: nop\n" 149 "3: nop\n"
150 : "=&r" (unused) 150 : "=&r" (unused) : "r" (clkcfg));
151 : "r" (clkcfg)
152 : );
153 151
154 local_irq_restore(flags); 152 local_irq_restore(flags);
155} 153}