mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
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>
This commit is contained in:
parent
d1ea13c6e2
commit
35a27e8e65
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue