genirq/irqdomain: Allow irq domain aliasing
[linux-2.6-block.git] / arch / powerpc / sysdev / ehv_pic.c
index 2d20f10a42030394581c001e9f19793ebe4667bd..eca0b00794fa567edb3edc2d12650328b4dec486 100644 (file)
@@ -177,7 +177,8 @@ unsigned int ehv_pic_get_irq(void)
        return irq_linear_revmap(global_ehv_pic->irqhost, irq);
 }
 
-static int ehv_pic_host_match(struct irq_domain *h, struct device_node *node)
+static int ehv_pic_host_match(struct irq_domain *h, struct device_node *node,
+                             enum irq_domain_bus_token bus_token)
 {
        /* Exact match, unless ehv_pic node is NULL */
        return h->of_node == NULL || h->of_node == node;