diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-11-05 17:32:29 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-01-12 11:48:04 -0500 |
commit | a0368029133f005251e218d98d4ca053afaafe6f (patch) | |
tree | 76f11a0f2cc4ed6e86646c1a6463f87d6fbcbe71 /arch/arm/mach-ep93xx/micro9.c | |
parent | 7fb7d8ae1036f1002fe8b16c15cc26d32046df64 (diff) |
ARM: remove mach .handle_irq for VIC users
Now that the VIC initialization sets up the handle_arch_irq pointer, we
can remove it for all machines and make it static. Move vic_handle_irq
to avoid a forward declaration.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Hubert Feurstein <hubert.feurstein@contec.at>
Cc: Alessandro Rubini <rubini@unipv.it>
Cc: STEricsson <STEricsson_nomadik_linux@list.st.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Shiraz Hashim <shiraz.hashim@st.com>
Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Jamie Iles <jamie@jamieiles.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
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, |