diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/irq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 676e00dfb21a..9597a6904239 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -69,8 +69,8 @@ typedef struct hw_interrupt_type hw_irq_controller; | |||
69 | * Pad this out to 32 bytes for cache and indexing reasons. | 69 | * Pad this out to 32 bytes for cache and indexing reasons. |
70 | */ | 70 | */ |
71 | typedef struct irq_desc { | 71 | typedef struct irq_desc { |
72 | hw_irq_controller *handler; | 72 | hw_irq_controller *chip; |
73 | void *handler_data; | 73 | void *chip_data; |
74 | struct irqaction *action; /* IRQ action list */ | 74 | struct irqaction *action; /* IRQ action list */ |
75 | unsigned int status; /* IRQ status */ | 75 | unsigned int status; /* IRQ status */ |
76 | unsigned int depth; /* nested irq disables */ | 76 | unsigned int depth; /* nested irq disables */ |