OSDN Git Service

Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
[uclinux-h8/linux.git] / arch / arm / mach-omap2 / board-generic.c
index ad49762..45fdfe2 100644 (file)
@@ -68,7 +68,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);