diff options
Diffstat (limited to 'kernel/irq/handle.c')
-rw-r--r-- | kernel/irq/handle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index cc786aaf30d6..6b313ccf0edd 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c | |||
@@ -79,8 +79,8 @@ irqreturn_t no_action(int cpl, void *dev_id, struct pt_regs *regs) | |||
79 | /* | 79 | /* |
80 | * Have got an event to handle: | 80 | * Have got an event to handle: |
81 | */ | 81 | */ |
82 | fastcall irqreturn_t handle_IRQ_event(unsigned int irq, struct pt_regs *regs, | 82 | irqreturn_t handle_IRQ_event(unsigned int irq, struct pt_regs *regs, |
83 | struct irqaction *action) | 83 | struct irqaction *action) |
84 | { | 84 | { |
85 | irqreturn_t ret, retval = IRQ_NONE; | 85 | irqreturn_t ret, retval = IRQ_NONE; |
86 | unsigned int status = 0; | 86 | unsigned int status = 0; |