diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-24 12:29:39 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 12:47:58 (GMT) |
commit | 9323f26186403433293e87e717a7785f74f75d80 (patch) | |
tree | 612ef29f951838dc4bf53589bdfd5e1368951234 /arch/arm/mach-ixp2000 | |
parent | 6845664a6a7d443f03883db59d10749d38d98b8e (diff) | |
download | linux-fsl-qoriq-9323f26186403433293e87e717a7785f74f75d80.tar.xz |
arm: Reorder irq_set_ function calls
Reorder
irq_set_chip()
irq_set_chip_data()
irq_set_handler()
to
irq_set_chip()
irq_set_handler()
irq_set_chip_data()
so the next patch can combine irq_set_chip() and irq_set_handler() to
irq_set_chip_and_handler().
Automated conversion with coccinelle.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/mach-ixp2000')
0 files changed, 0 insertions, 0 deletions