genirq/irqdomain: Allow irq domain aliasing
[linux-2.6-block.git] / arch / powerpc / platforms / cell / interrupt.c
index 3af8324c122e60ba952b137bc912806f0f596f9a..a15f1efc295f936d3de64bb17a62d76c86778a1c 100644 (file)
@@ -222,7 +222,8 @@ void iic_request_IPIs(void)
 #endif /* CONFIG_SMP */
 
 
-static int iic_host_match(struct irq_domain *h, struct device_node *node)
+static int iic_host_match(struct irq_domain *h, struct device_node *node,
+                         enum irq_domain_bus_token bus_token)
 {
        return of_device_is_compatible(node,
                                    "IBM,CBEA-Internal-Interrupt-Controller");