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)
commite6d30ab1e7d1281784672c0fc2ffa385cfb7279e
treedc50a67ca096c9d71775a3232e0bfcd6f7912735
parent530210c7814e83564c7ca7bca8192515042c0b63
of/irq: simplify args to irq_create_of_mapping

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>
16 files changed:
arch/arm/mach-integrator/pci_v3.c
arch/microblaze/pci/pci-common.c
arch/mips/pci/fixup-lantiq.c
arch/mips/pci/pci-rt3883.c
arch/powerpc/kernel/pci-common.c
arch/powerpc/platforms/cell/celleb_scc_pciex.c
arch/powerpc/platforms/cell/celleb_scc_sio.c
arch/powerpc/platforms/cell/spider-pic.c
arch/powerpc/platforms/cell/spu_manage.c
arch/powerpc/platforms/fsl_uli1575.c
arch/powerpc/platforms/pseries/event_sources.c
arch/x86/kernel/devicetree.c
drivers/of/irq.c
drivers/pci/host/pci-mvebu.c
include/linux/of_irq.h
kernel/irq/irqdomain.c