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)
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>

No differences found