diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/micro9.c')
-rw-r--r-- | arch/arm/mach-ep93xx/micro9.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-ep93xx/micro9.c b/arch/arm/mach-ep93xx/micro9.c index 3d7cdab725b2..6a66cda6a356 100644 --- a/arch/arm/mach-ep93xx/micro9.c +++ b/arch/arm/mach-ep93xx/micro9.c | |||
@@ -82,7 +82,6 @@ MACHINE_START(MICRO9, "Contec Micro9-High") | |||
82 | .atag_offset = 0x100, | 82 | .atag_offset = 0x100, |
83 | .map_io = ep93xx_map_io, | 83 | .map_io = ep93xx_map_io, |
84 | .init_irq = ep93xx_init_irq, | 84 | .init_irq = ep93xx_init_irq, |
85 | .handle_irq = vic_handle_irq, | ||
86 | .timer = &ep93xx_timer, | 85 | .timer = &ep93xx_timer, |
87 | .init_machine = micro9_init_machine, | 86 | .init_machine = micro9_init_machine, |
88 | .init_late = ep93xx_init_late, | 87 | .init_late = ep93xx_init_late, |
@@ -96,7 +95,6 @@ MACHINE_START(MICRO9M, "Contec Micro9-Mid") | |||
96 | .atag_offset = 0x100, | 95 | .atag_offset = 0x100, |
97 | .map_io = ep93xx_map_io, | 96 | .map_io = ep93xx_map_io, |
98 | .init_irq = ep93xx_init_irq, | 97 | .init_irq = ep93xx_init_irq, |
99 | .handle_irq = vic_handle_irq, | ||
100 | .timer = &ep93xx_timer, | 98 | .timer = &ep93xx_timer, |
101 | .init_machine = micro9_init_machine, | 99 | .init_machine = micro9_init_machine, |
102 | .init_late = ep93xx_init_late, | 100 | .init_late = ep93xx_init_late, |
@@ -110,7 +108,6 @@ MACHINE_START(MICRO9L, "Contec Micro9-Lite") | |||
110 | .atag_offset = 0x100, | 108 | .atag_offset = 0x100, |
111 | .map_io = ep93xx_map_io, | 109 | .map_io = ep93xx_map_io, |
112 | .init_irq = ep93xx_init_irq, | 110 | .init_irq = ep93xx_init_irq, |
113 | .handle_irq = vic_handle_irq, | ||
114 | .timer = &ep93xx_timer, | 111 | .timer = &ep93xx_timer, |
115 | .init_machine = micro9_init_machine, | 112 | .init_machine = micro9_init_machine, |
116 | .init_late = ep93xx_init_late, | 113 | .init_late = ep93xx_init_late, |
@@ -124,7 +121,6 @@ MACHINE_START(MICRO9S, "Contec Micro9-Slim") | |||
124 | .atag_offset = 0x100, | 121 | .atag_offset = 0x100, |
125 | .map_io = ep93xx_map_io, | 122 | .map_io = ep93xx_map_io, |
126 | .init_irq = ep93xx_init_irq, | 123 | .init_irq = ep93xx_init_irq, |
127 | .handle_irq = vic_handle_irq, | ||
128 | .timer = &ep93xx_timer, | 124 | .timer = &ep93xx_timer, |
129 | .init_machine = micro9_init_machine, | 125 | .init_machine = micro9_init_machine, |
130 | .init_late = ep93xx_init_late, | 126 | .init_late = ep93xx_init_late, |