Commit 2cc6f920 authored by Linus Torvalds's avatar Linus Torvalds

Add missing thermal interrupt prototype.

parent 6bfd6b8f
......@@ -28,6 +28,7 @@ extern int irq_vector[NR_IRQS];
extern void (*interrupt[NR_IRQS])(void);
extern asmlinkage void thermal_interrupt(void);
extern asmlinkage void smp_thermal_interrupt(struct pt_regs);
#ifdef CONFIG_SMP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment