diff options
Diffstat (limited to 'include/asm-i386/hw_irq.h')
-rw-r--r-- | include/asm-i386/hw_irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/hw_irq.h b/include/asm-i386/hw_irq.h index 88f02a073561..8806c7e002a7 100644 --- a/include/asm-i386/hw_irq.h +++ b/include/asm-i386/hw_irq.h | |||
@@ -41,7 +41,7 @@ fastcall void call_function_interrupt(void); | |||
41 | fastcall void apic_timer_interrupt(void); | 41 | fastcall void apic_timer_interrupt(void); |
42 | fastcall void error_interrupt(void); | 42 | fastcall void error_interrupt(void); |
43 | fastcall void spurious_interrupt(void); | 43 | fastcall void spurious_interrupt(void); |
44 | fastcall void thermal_interrupt(struct pt_regs *); | 44 | fastcall void thermal_interrupt(void); |
45 | #define platform_legacy_irq(irq) ((irq) < 16) | 45 | #define platform_legacy_irq(irq) ((irq) < 16) |
46 | #endif | 46 | #endif |
47 | 47 | ||