original_kernel/arch/arm/common
Thomas Gleixner 9323f26186 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>
2011-03-29 14:47:58 +02:00
..
Kconfig
Makefile
dmabounce.c
gic.c arm: Reorder irq_set_ function calls 2011-03-29 14:47:58 +02:00
icst.c
it8152.c
locomo.c arm: Reorder irq_set_ function calls 2011-03-29 14:47:58 +02:00
pl330.c
sa1111.c arm: Reorder irq_set_ function calls 2011-03-29 14:47:58 +02:00
scoop.c
sharpsl_param.c
time-acorn.c
timer-sp.c
uengine.c
via82c505.c
vic.c arm: Reorder irq_set_ function calls 2011-03-29 14:47:58 +02:00