linux/kernel/irq
Thomas Gleixner cd22c0e44b genirq: Fix harmless typo
The late night fixup missed to convert the data type from irq_desc to
irq_data, which results in a harmless but annoying warning.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2011-03-29 11:36:05 +02:00
..
Kconfig genirq: Provide edge_eoi flow handler 2011-03-28 16:55:11 +02:00
Makefile
autoprobe.c genirq: Remove real old transition functions 2011-02-19 12:58:23 +01:00
chip.c genirq; Fix cleanup fallout 2011-03-29 01:41:22 +02:00
compat.h genirq: Move IRQ_AFFINITY_SET to core 2011-02-19 12:58:20 +01:00
debug.h genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data 2011-03-28 16:55:10 +02:00
devres.c
dummychip.c
handle.c genirq: Remove handle_IRQ_event 2011-03-28 16:55:11 +02:00
internals.h genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data 2011-03-28 16:55:10 +02:00
irqdesc.c genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data 2011-03-28 16:55:10 +02:00
manage.c genirq: Fix harmless typo 2011-03-29 11:36:05 +02:00
migration.c genirq: Fix typo and remove unused variable 2011-03-28 20:28:56 +02:00
pm.c genirq: Add chip flag to force mask on suspend 2011-03-12 11:12:58 +01:00
proc.c genirq: Expand generic show_interrupts() 2011-03-25 17:04:20 +01:00
resend.c genirq: Mirror irq trigger type bits in irq_data.state 2011-02-19 12:58:20 +01:00
settings.h genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y 2011-02-19 12:58:22 +01:00
spurious.c genirq: Fix typo and remove unused variable 2011-03-28 20:28:56 +02:00