--- zzzz-none-000/linux-3.18.24/arch/powerpc/sysdev/ipic.c 2015-10-31 20:39:51.000000000 +0000 +++ rtl96-5690pro-762/linux-3.18.24/arch/powerpc/sysdev/ipic.c 2024-08-14 08:36:36.000000000 +0000 @@ -672,7 +672,8 @@ .irq_set_type = ipic_set_irq_type, }; -static int ipic_host_match(struct irq_domain *h, struct device_node *node) +static int ipic_host_match(struct irq_domain *h, struct device_node *node, + enum irq_domain_bus_token bus_token) { /* Exact match, unless ipic node is NULL */ return h->of_node == NULL || h->of_node == node;