diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/micro9.c')
-rw-r--r-- | arch/arm/mach-ep93xx/micro9.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-ep93xx/micro9.c b/arch/arm/mach-ep93xx/micro9.c index 723c0d36a609..373583c29825 100644 --- a/arch/arm/mach-ep93xx/micro9.c +++ b/arch/arm/mach-ep93xx/micro9.c | |||
@@ -81,7 +81,7 @@ MACHINE_START(MICRO9, "Contec Micro9-High") | |||
81 | .atag_offset = 0x100, | 81 | .atag_offset = 0x100, |
82 | .map_io = ep93xx_map_io, | 82 | .map_io = ep93xx_map_io, |
83 | .init_irq = ep93xx_init_irq, | 83 | .init_irq = ep93xx_init_irq, |
84 | .timer = &ep93xx_timer, | 84 | .init_time = ep93xx_timer_init, |
85 | .init_machine = micro9_init_machine, | 85 | .init_machine = micro9_init_machine, |
86 | .init_late = ep93xx_init_late, | 86 | .init_late = ep93xx_init_late, |
87 | .restart = ep93xx_restart, | 87 | .restart = ep93xx_restart, |
@@ -94,7 +94,7 @@ MACHINE_START(MICRO9M, "Contec Micro9-Mid") | |||
94 | .atag_offset = 0x100, | 94 | .atag_offset = 0x100, |
95 | .map_io = ep93xx_map_io, | 95 | .map_io = ep93xx_map_io, |
96 | .init_irq = ep93xx_init_irq, | 96 | .init_irq = ep93xx_init_irq, |
97 | .timer = &ep93xx_timer, | 97 | .init_time = ep93xx_timer_init, |
98 | .init_machine = micro9_init_machine, | 98 | .init_machine = micro9_init_machine, |
99 | .init_late = ep93xx_init_late, | 99 | .init_late = ep93xx_init_late, |
100 | .restart = ep93xx_restart, | 100 | .restart = ep93xx_restart, |
@@ -107,7 +107,7 @@ MACHINE_START(MICRO9L, "Contec Micro9-Lite") | |||
107 | .atag_offset = 0x100, | 107 | .atag_offset = 0x100, |
108 | .map_io = ep93xx_map_io, | 108 | .map_io = ep93xx_map_io, |
109 | .init_irq = ep93xx_init_irq, | 109 | .init_irq = ep93xx_init_irq, |
110 | .timer = &ep93xx_timer, | 110 | .init_time = ep93xx_timer_init, |
111 | .init_machine = micro9_init_machine, | 111 | .init_machine = micro9_init_machine, |
112 | .init_late = ep93xx_init_late, | 112 | .init_late = ep93xx_init_late, |
113 | .restart = ep93xx_restart, | 113 | .restart = ep93xx_restart, |
@@ -120,7 +120,7 @@ MACHINE_START(MICRO9S, "Contec Micro9-Slim") | |||
120 | .atag_offset = 0x100, | 120 | .atag_offset = 0x100, |
121 | .map_io = ep93xx_map_io, | 121 | .map_io = ep93xx_map_io, |
122 | .init_irq = ep93xx_init_irq, | 122 | .init_irq = ep93xx_init_irq, |
123 | .timer = &ep93xx_timer, | 123 | .init_time = ep93xx_timer_init, |
124 | .init_machine = micro9_init_machine, | 124 | .init_machine = micro9_init_machine, |
125 | .init_late = ep93xx_init_late, | 125 | .init_late = ep93xx_init_late, |
126 | .restart = ep93xx_restart, | 126 | .restart = ep93xx_restart, |