mxc: turn to soc specific init_irq functions
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
@@ -85,3 +85,13 @@ void __init mx27_map_io(void)
|
||||
iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc));
|
||||
}
|
||||
|
||||
void __init mx27_init_irq(void)
|
||||
{
|
||||
mxc_init_irq(IO_ADDRESS(AVIC_BASE_ADDR));
|
||||
}
|
||||
|
||||
void __init mx21_init_irq(void)
|
||||
{
|
||||
mx27_init_irq();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user