aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-10-01 16:35:59 +0200
committerThomas Gleixner <tglx@linutronix.de>2010-10-04 11:00:17 +0200
commit35a27e8e6565910e5202f1af83ea85305fbf5ceb (patch)
treeca521bd9de38cb70f07145700d0747807339c6ac /drivers/mfd
parentgenirq: Cleanup irq_chip->typename leftovers (diff)
downloadlinux-dev-35a27e8e6565910e5202f1af83ea85305fbf5ceb.tar.xz
linux-dev-35a27e8e6565910e5202f1af83ea85305fbf5ceb.zip
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/twl4030-irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c
index 097f24d8bceb..61c86642407c 100644
--- a/drivers/mfd/twl4030-irq.c
+++ b/drivers/mfd/twl4030-irq.c
@@ -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];