aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/mach-vr1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-vr1000.c')
-rw-r--r--arch/arm/mach-s3c2410/mach-vr1000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c
index c947c75bcbf0..9380a1360890 100644
--- a/arch/arm/mach-s3c2410/mach-vr1000.c
+++ b/arch/arm/mach-s3c2410/mach-vr1000.c
@@ -387,8 +387,6 @@ static struct clk *vr1000_clocks[] = {
387static struct s3c24xx_board vr1000_board __initdata = { 387static struct s3c24xx_board vr1000_board __initdata = {
388 .devices = vr1000_devices, 388 .devices = vr1000_devices,
389 .devices_count = ARRAY_SIZE(vr1000_devices), 389 .devices_count = ARRAY_SIZE(vr1000_devices),
390 .clocks = vr1000_clocks,
391 .clocks_count = ARRAY_SIZE(vr1000_clocks),
392}; 390};
393 391
394static void vr1000_power_off(void) 392static void vr1000_power_off(void)
@@ -412,6 +410,8 @@ static void __init vr1000_map_io(void)
412 410
413 s3c24xx_uclk.parent = &s3c24xx_clkout1; 411 s3c24xx_uclk.parent = &s3c24xx_clkout1;
414 412
413 s3c24xx_register_clocks(vr1000_clocks, ARRAY_SIZE(vr1000_clocks));
414
415 pm_power_off = vr1000_power_off; 415 pm_power_off = vr1000_power_off;
416 416
417 s3c24xx_init_io(vr1000_iodesc, ARRAY_SIZE(vr1000_iodesc)); 417 s3c24xx_init_io(vr1000_iodesc, ARRAY_SIZE(vr1000_iodesc));