hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/include/linux/irqdomain.h
....@@ -262,7 +262,11 @@
262262 }
263263
264264 void irq_domain_free_fwnode(struct fwnode_handle *fwnode);
265
+#ifdef __GENKSYMS__ /* Android KABI hack to preserve CRC checker */
265266 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, int size,
267
+#else
268
+struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size,
269
+#endif
266270 irq_hw_number_t hwirq_max, int direct_max,
267271 const struct irq_domain_ops *ops,
268272 void *host_data);