Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: Rename struct irq_data to struct sih_irq_data

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>

+1 -1
+1 -1
drivers/mfd/twl4030-irq.c
··· 78 78 u8 irq_lines; /* number of supported irq lines */ 79 79 80 80 /* SIR ignored -- set interrupt, for testing only */ 81 - struct irq_data { 81 + struct sih_irq_data { 82 82 u8 isr_offset; 83 83 u8 imr_offset; 84 84 } mask[2];