kernel/include/linux/irqdomain.h
.. .. @@ -262,7 +262,11 @@ 262 262 } 263 263 264 264 void irq_domain_free_fwnode(struct fwnode_handle *fwnode); 265 +#ifdef __GENKSYMS__ /* Android KABI hack to preserve CRC checker */265 266 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, int size, 267 +#else268 +struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size,269 +#endif266 270 irq_hw_number_t hwirq_max, int direct_max, 267 271 const struct irq_domain_ops *ops, 268 272 void *host_data);