mfd: Rename struct irq_data to struct sih_irq_data
authorThomas Gleixner <tglx@linutronix.de>
Fri, 1 Oct 2010 14:35:59 +0000 (16:35 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 4 Oct 2010 09:00:17 +0000 (11:00 +0200)
struct irq_data is the preferred name for the data associated to an
interrupt in the core code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
drivers/mfd/twl4030-irq.c

index 097f24d..61c8664 100644 (file)
@@ -78,7 +78,7 @@ struct sih {
        u8      irq_lines;              /* number of supported irq lines */
 
        /* SIR ignored -- set interrupt, for testing only */
-       struct irq_data {
+       struct sih_irq_data {
                u8      isr_offset;
                u8      imr_offset;
        } mask[2];