diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-02 16:02:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 15:28:05 -0400 |
commit | 97e7b6f54c0d66586a658e985630cd63040311fb (patch) | |
tree | 132cda7363ec990bf2490ba617f89c4ae394cba5 /include/asm-x86/hw_irq_64.h | |
parent | 0bc471d93051a19545257909bc2ed2ad3b389b54 (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.h | 3 |
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 | ||
15 | extern void enable_IO_APIC(void); | ||
16 | extern void native_init_IRQ(void); | ||
17 | |||
18 | #include <asm/ptrace.h> | 15 | #include <asm/ptrace.h> |
19 | 16 | ||
20 | #endif | 17 | #endif |