projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ea13c
)
mfd: Rename struct irq_data to struct sih_irq_data
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 1 Oct 2010 14:35:59 +0000
(16:35 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/drivers/mfd/twl4030-irq.c
b/drivers/mfd/twl4030-irq.c
index
097f24d
..
61c8664
100644
(file)
--- 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];