diff options
Diffstat (limited to 'arch/arm/mach-zynq/common.c')
-rw-r--r-- | arch/arm/mach-zynq/common.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index 2d96745dd9ad..6472a69cbfe1 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c | |||
@@ -79,13 +79,6 @@ static void __init xilinx_zynq_timer_init(void) | |||
79 | xttcpss_timer_init(); | 79 | xttcpss_timer_init(); |
80 | } | 80 | } |
81 | 81 | ||
82 | /* | ||
83 | * Instantiate and initialize the system timer structure | ||
84 | */ | ||
85 | static struct sys_timer xttcpss_sys_timer = { | ||
86 | .init = xilinx_zynq_timer_init, | ||
87 | }; | ||
88 | |||
89 | /** | 82 | /** |
90 | * xilinx_map_io() - Create memory mappings needed for early I/O. | 83 | * xilinx_map_io() - Create memory mappings needed for early I/O. |
91 | */ | 84 | */ |
@@ -105,6 +98,6 @@ MACHINE_START(XILINX_EP107, "Xilinx Zynq Platform") | |||
105 | .map_io = xilinx_map_io, | 98 | .map_io = xilinx_map_io, |
106 | .init_irq = irqchip_init, | 99 | .init_irq = irqchip_init, |
107 | .init_machine = xilinx_init_machine, | 100 | .init_machine = xilinx_init_machine, |
108 | .timer = &xttcpss_sys_timer, | 101 | .init_time = xilinx_zynq_timer_init, |
109 | .dt_compat = xilinx_dt_match, | 102 | .dt_compat = xilinx_dt_match, |
110 | MACHINE_END | 103 | MACHINE_END |