--- zzzz-none-000/linux-3.18.24/arch/powerpc/sysdev/i8259.c 2015-10-31 20:39:51.000000000 +0000 +++ rtl96-5690pro-762/linux-3.18.24/arch/powerpc/sysdev/i8259.c 2024-08-14 08:36:36.000000000 +0000 @@ -162,7 +162,8 @@ .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; }