of/irq: simplify args to irq_create_of_mapping
authorGrant Likely <grant.likely@linaro.org>
Sun, 15 Sep 2013 15:55:53 +0000 (16:55 +0100)
committerGrant Likely <grant.likely@linaro.org>
Thu, 24 Oct 2013 10:42:57 +0000 (11:42 +0100)
All the callers of irq_create_of_mapping() pass the contents of a struct
of_phandle_args structure to the function. Since all the callers already
have an of_phandle_args pointer, why not pass it directly to
irq_create_of_mapping()?

Signed-off-by: Grant Likely <grant.likely@linaro.org>
Acked-by: Michal Simek <monstr@monstr.eu>
Acked-by: Tony Lindgren <tony@atomide.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found