Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35a27e8e authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarIngo Molnar <mingo@elte.hu>
parent d1ea13c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];