diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-25 11:36:19 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-07 06:10:54 -0400 |
commit | c5aa0ad0c557c63dcaf8c8d75a3dd4c5e90724b3 (patch) | |
tree | 9750fbbf8e9c57e9cd9a948d8740fc65df93a5e6 /arch/arm/mach-mx1/mx1ads.c | |
parent | 12308dfe3776ff5741fc675f2a352165e1628098 (diff) |
mxc: turn to soc specific init_irq functions
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx1/mx1ads.c')
-rw-r--r-- | arch/arm/mach-mx1/mx1ads.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx1/mx1ads.c b/arch/arm/mach-mx1/mx1ads.c index e5b0c0a83c3b..6af064d19b0f 100644 --- a/arch/arm/mach-mx1/mx1ads.c +++ b/arch/arm/mach-mx1/mx1ads.c | |||
@@ -151,7 +151,7 @@ MACHINE_START(MX1ADS, "Freescale MX1ADS") | |||
151 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, | 151 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, |
152 | .boot_params = PHYS_OFFSET + 0x100, | 152 | .boot_params = PHYS_OFFSET + 0x100, |
153 | .map_io = mx1_map_io, | 153 | .map_io = mx1_map_io, |
154 | .init_irq = mxc_init_irq, | 154 | .init_irq = mx1_init_irq, |
155 | .timer = &mx1ads_timer, | 155 | .timer = &mx1ads_timer, |
156 | .init_machine = mx1ads_init, | 156 | .init_machine = mx1ads_init, |
157 | MACHINE_END | 157 | MACHINE_END |
@@ -161,7 +161,7 @@ MACHINE_START(MXLADS, "Freescale MXLADS") | |||
161 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, | 161 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, |
162 | .boot_params = PHYS_OFFSET + 0x100, | 162 | .boot_params = PHYS_OFFSET + 0x100, |
163 | .map_io = mx1_map_io, | 163 | .map_io = mx1_map_io, |
164 | .init_irq = mxc_init_irq, | 164 | .init_irq = mx1_init_irq, |
165 | .timer = &mx1ads_timer, | 165 | .timer = &mx1ads_timer, |
166 | .init_machine = mx1ads_init, | 166 | .init_machine = mx1ads_init, |
167 | MACHINE_END | 167 | MACHINE_END |