irq_domain: Remove irq_domain_add_simple()
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-omap2 / board-generic.c
index d587560604836f5d7ee836b773f37798c17cdf41..00b1d024fa873a5201f4c84662d249867f9d46ed 100644 (file)
@@ -67,7 +67,7 @@ static void __init omap_generic_init(void)
 {
        struct device_node *node = of_find_matching_node(NULL, intc_match);
        if (node)
-               irq_domain_add_simple(node, 0);
+               irq_domain_add_legacy(node, 32, 0, 0, &irq_domain_simple_ops, NULL);
 
        omap_sdrc_init(NULL, NULL);