diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index d2b940c7215d..ac572aaebb0f 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -310,7 +310,7 @@ static void restore_control_register(u32 val) | |||
310 | /* Function to restore the table entry that was modified for enabling MMU */ | 310 | /* Function to restore the table entry that was modified for enabling MMU */ |
311 | static void restore_table_entry(void) | 311 | static void restore_table_entry(void) |
312 | { | 312 | { |
313 | u32 *scratchpad_address; | 313 | void __iomem *scratchpad_address; |
314 | u32 previous_value, control_reg_value; | 314 | u32 previous_value, control_reg_value; |
315 | u32 *address; | 315 | u32 *address; |
316 | 316 | ||