aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/hw_irq_64.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-05-02 16:02:25 -0400
committerIngo Molnar <mingo@elte.hu>2008-05-12 15:28:05 -0400
commit97e7b6f54c0d66586a658e985630cd63040311fb (patch)
tree132cda7363ec990bf2490ba617f89c4ae394cba5 /include/asm-x86/hw_irq_64.h
parent0bc471d93051a19545257909bc2ed2ad3b389b54 (diff)
x86: unify apic interrupt function declarations
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/hw_irq_64.h')
-rw-r--r--include/asm-x86/hw_irq_64.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/hw_irq_64.h b/include/asm-x86/hw_irq_64.h
index 9305f7456a7f..428785b3634b 100644
--- a/include/asm-x86/hw_irq_64.h
+++ b/include/asm-x86/hw_irq_64.h
@@ -12,9 +12,6 @@ extern spinlock_t vector_lock;
12 * Interrupt entry/exit code at both C and assembly level 12 * Interrupt entry/exit code at both C and assembly level
13 */ 13 */
14 14
15extern void enable_IO_APIC(void);
16extern void native_init_IRQ(void);
17
18#include <asm/ptrace.h> 15#include <asm/ptrace.h>
19 16
20#endif 17#endif