forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
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);