X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=kernel%2Firq%2Firqdomain.c;h=4d8fc65cf38f4177c34b3138a94fcab86830892e;hb=f9bfed3ad5b1662426479be2c7b26a608560b7d4;hp=19e83e9b723ce0bea51340c5b65756516ef44dff;hpb=52926229be069258440c39de063fcd4a5fd75d62;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index 19e83e9..4d8fc65 100644 --- a/kernel/irq/irqdomain.c +++ b/kernel/irq/irqdomain.c @@ -136,7 +136,7 @@ EXPORT_SYMBOL_GPL(irq_domain_free_fwnode); * Allocates and initializes an irq_domain structure. * Returns pointer to IRQ domain, or NULL on failure. */ -struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, int size, +struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, irq_hw_number_t hwirq_max, int direct_max, const struct irq_domain_ops *ops, void *host_data)