diff options
Diffstat (limited to 'arch/arm/mach-w90x900/mach-w90p910evb.c')
-rw-r--r-- | arch/arm/mach-w90x900/mach-w90p910evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-w90x900/mach-w90p910evb.c b/arch/arm/mach-w90x900/mach-w90p910evb.c index 1968ed428b72..7a62bd348e80 100644 --- a/arch/arm/mach-w90x900/mach-w90p910evb.c +++ b/arch/arm/mach-w90x900/mach-w90p910evb.c | |||
@@ -247,7 +247,7 @@ static struct platform_device *w90p910evb_dev[] __initdata = { | |||
247 | static void __init w90p910evb_map_io(void) | 247 | static void __init w90p910evb_map_io(void) |
248 | { | 248 | { |
249 | w90p910_map_io(w90p910_iodesc, ARRAY_SIZE(w90p910_iodesc)); | 249 | w90p910_map_io(w90p910_iodesc, ARRAY_SIZE(w90p910_iodesc)); |
250 | w90p910_init_clocks(0); | 250 | w90p910_init_clocks(); |
251 | } | 251 | } |
252 | 252 | ||
253 | static void __init w90p910evb_init(void) | 253 | static void __init w90p910evb_init(void) |