genirq/irqdomain: Allow irq domain aliasing
[linux-2.6-block.git] / arch / powerpc / sysdev / i8259.c
index 31c33475c7b7042e2224a1094c9070c558096990..e1a9c2c2d5d357c7e88083d60a6f89c0d04219c2 100644 (file)
@@ -162,7 +162,8 @@ static struct resource pic_edgectrl_iores = {
        .flags = IORESOURCE_BUSY,
 };
 
-static int i8259_host_match(struct irq_domain *h, struct device_node *node)
+static int i8259_host_match(struct irq_domain *h, struct device_node *node,
+                           enum irq_domain_bus_token bus_token)
 {
        return h->of_node == NULL || h->of_node == node;
 }