From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- 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