]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARE
authorRob Herring <robh@kernel.org>
Mon, 12 May 2014 16:35:52 +0000 (11:35 -0500)
committerRob Herring <robh@kernel.org>
Tue, 20 May 2014 19:25:23 +0000 (14:25 -0500)
commit8a7998fe3e0e5079231ec690c29ffa7972851977
tree5236870c3797d19fa91f41a2b8688124719e8ddd
parentad54abeae021601b4b875f781c332803118c6483
irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARE

Adding function type checking to IRQCHIP_OF_DECLARE found a type mismatch
with s3c2410_init_intc_of and s3c2416_init_intc_of. The function only takes
the 1st 2 parameters.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-s3c24xx.c