Skip to content

Commit

Permalink
mfd: Rename struct irq_data to struct sih_irq_data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner committed Oct 4, 2010
1 parent d1ea13c commit 35a27e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/twl4030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 35a27e8

Please sign in to comment.