diff options
Diffstat (limited to 'arch/arm/mach-socfpga/socfpga.c')
-rw-r--r-- | arch/arm/mach-socfpga/socfpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/socfpga.c b/arch/arm/mach-socfpga/socfpga.c index 6732924a5fee..b54baea5f809 100644 --- a/arch/arm/mach-socfpga/socfpga.c +++ b/arch/arm/mach-socfpga/socfpga.c | |||
@@ -107,7 +107,7 @@ DT_MACHINE_START(SOCFPGA, "Altera SOCFPGA") | |||
107 | .map_io = socfpga_map_io, | 107 | .map_io = socfpga_map_io, |
108 | .init_irq = gic_init_irq, | 108 | .init_irq = gic_init_irq, |
109 | .handle_irq = gic_handle_irq, | 109 | .handle_irq = gic_handle_irq, |
110 | .timer = &dw_apb_timer, | 110 | .init_time = dw_apb_timer_init, |
111 | .init_machine = socfpga_cyclone5_init, | 111 | .init_machine = socfpga_cyclone5_init, |
112 | .restart = socfpga_cyclone5_restart, | 112 | .restart = socfpga_cyclone5_restart, |
113 | .dt_compat = altera_dt_match, | 113 | .dt_compat = altera_dt_match, |