projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.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
|
blame
|
history
diff --git
a/drivers/mfd/twl4030-irq.c
b/drivers/mfd/twl4030-irq.c
index 097f24d8bceb9ec2ad0d1440430c302d7f0a4a35..61c86642407cb35c2bdf1ad7efe2fc481ab19050 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];