diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/vision_ep9307.c')
-rw-r--r-- | arch/arm/mach-ep93xx/vision_ep9307.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/vision_ep9307.c b/arch/arm/mach-ep93xx/vision_ep9307.c index 723d048176db..605956fd07a2 100644 --- a/arch/arm/mach-ep93xx/vision_ep9307.c +++ b/arch/arm/mach-ep93xx/vision_ep9307.c | |||
@@ -363,7 +363,7 @@ MACHINE_START(VISION_EP9307, "Vision Engraving Systems EP9307") | |||
363 | .atag_offset = 0x100, | 363 | .atag_offset = 0x100, |
364 | .map_io = vision_map_io, | 364 | .map_io = vision_map_io, |
365 | .init_irq = ep93xx_init_irq, | 365 | .init_irq = ep93xx_init_irq, |
366 | .timer = &ep93xx_timer, | 366 | .init_time = ep93xx_timer_init, |
367 | .init_machine = vision_init_machine, | 367 | .init_machine = vision_init_machine, |
368 | .init_late = ep93xx_init_late, | 368 | .init_late = ep93xx_init_late, |
369 | .restart = ep93xx_restart, | 369 | .restart = ep93xx_restart, |