From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- kernel/include/linux/irqdomain.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/irqdomain.h b/kernel/include/linux/irqdomain.h index d6208a42..1d62f24 100644 --- a/kernel/include/linux/irqdomain.h +++ b/kernel/include/linux/irqdomain.h @@ -262,7 +262,11 @@ } void irq_domain_free_fwnode(struct fwnode_handle *fwnode); +#ifdef __GENKSYMS__ /* Android KABI hack to preserve CRC checker */ struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, int size, +#else +struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, +#endif irq_hw_number_t hwirq_max, int direct_max, const struct irq_domain_ops *ops, void *host_data); -- Gitblit v1.6.2