diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/include')
-rw-r--r-- | arch/arm/mach-ep93xx/include/mach/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/platform.h b/arch/arm/mach-ep93xx/include/mach/platform.h index fb5e59a3ea04..0af0a3ba7047 100644 --- a/arch/arm/mach-ep93xx/include/mach/platform.h +++ b/arch/arm/mach-ep93xx/include/mach/platform.h | |||
@@ -17,7 +17,7 @@ void ep93xx_init_irq(void); | |||
17 | void ep93xx_init_time(unsigned long); | 17 | void ep93xx_init_time(unsigned long); |
18 | 18 | ||
19 | /* EP93xx System Controller software locked register write */ | 19 | /* EP93xx System Controller software locked register write */ |
20 | void ep93xx_syscon_swlocked_write(unsigned int val, unsigned int reg); | 20 | void ep93xx_syscon_swlocked_write(unsigned int val, void __iomem *reg); |
21 | void ep93xx_devcfg_set_clear(unsigned int set_bits, unsigned int clear_bits); | 21 | void ep93xx_devcfg_set_clear(unsigned int set_bits, unsigned int clear_bits); |
22 | 22 | ||
23 | static inline void ep93xx_devcfg_set_bits(unsigned int bits) | 23 | static inline void ep93xx_devcfg_set_bits(unsigned int bits) |