summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/mach-smdkv210.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-01-29 18:35:27 +0100
committerOlof Johansson <olof@lixom.net>2013-01-29 18:35:27 +0100
commit440f39a4fda5d80f290e32f67bd084b63a41a436 (patch)
tree913be35b58a374ad3757e937e5f2b23486bb9dd4 /arch/arm/mach-s5pv210/mach-smdkv210.c
parentMerge tag 'davinci-for-v3.9/dt' of git://gitorious.org/linux-davinci/linux-da... (diff)
parentMerge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into... (diff)
downloadlinux-440f39a4fda5d80f290e32f67bd084b63a41a436.tar.xz
linux-440f39a4fda5d80f290e32f67bd084b63a41a436.zip
Merge branch 'depends/cleanup' into next/dt
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkv210.c')
-rw-r--r--arch/arm/mach-s5pv210/mach-smdkv210.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c
index 6bc8404bf678..3c73f36869bb 100644
--- a/arch/arm/mach-s5pv210/mach-smdkv210.c
+++ b/arch/arm/mach-s5pv210/mach-smdkv210.c
@@ -21,7 +21,6 @@
#include <linux/pwm_backlight.h>
#include <linux/platform_data/s3c-hsotg.h>
-#include <asm/hardware/vic.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/setup.h>
@@ -328,10 +327,9 @@ MACHINE_START(SMDKV210, "SMDKV210")
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
.atag_offset = 0x100,
.init_irq = s5pv210_init_irq,
- .handle_irq = vic_handle_irq,
.map_io = smdkv210_map_io,
.init_machine = smdkv210_machine_init,
- .timer = &s5p_timer,
+ .init_time = s5p_timer_init,
.restart = s5pv210_restart,
.reserve = &smdkv210_reserve,
MACHINE_END