|
@@ -15,8 +15,6 @@
|
|
|
#include <linux/init.h>
|
|
|
#include <linux/module.h>
|
|
|
#include <linux/gpio.h>
|
|
|
-#include <linux/irqdomain.h>
|
|
|
-#include <linux/of_irq.h>
|
|
|
#include <linux/of_platform.h>
|
|
|
|
|
|
#include <mach/hardware.h>
|
|
@@ -82,14 +80,8 @@ static void __init ek_add_device_nand(void)
|
|
|
at91_add_device_nand(&ek_nand_data);
|
|
|
}
|
|
|
|
|
|
-static const struct of_device_id aic_of_match[] __initconst = {
|
|
|
- { .compatible = "atmel,at91rm9200-aic", },
|
|
|
- {},
|
|
|
-};
|
|
|
-
|
|
|
static void __init at91_dt_init_irq(void)
|
|
|
{
|
|
|
- irq_domain_generate_simple(aic_of_match, 0xfffff000, 0);
|
|
|
at91_init_irq_default();
|
|
|
}
|
|
|
|