diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:15 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:15 -0500 |
commit | 63fefb7d5bac6e65b5df2b7eb4aa56bb4bbadd48 (patch) | |
tree | 9aaa7601e200888cb5ea3a8b77f64b36095fbb3a | |
parent | 67c5fc5c330f63360e26609534b219df1aaa03ca (diff) |
x86: remove duplicated declarations
Remove declarations which are made already in the appropriate header file.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | include/asm-x86/io_apic_64.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86/io_apic_64.h b/include/asm-x86/io_apic_64.h index e2c13675ee4e..762a841b939e 100644 --- a/include/asm-x86/io_apic_64.h +++ b/include/asm-x86/io_apic_64.h | |||
@@ -129,10 +129,4 @@ extern int io_apic_set_pci_routing (int ioapic, int pin, int irq, int, int); | |||
129 | 129 | ||
130 | extern int sis_apic_bug; /* dummy */ | 130 | extern int sis_apic_bug; /* dummy */ |
131 | 131 | ||
132 | void enable_NMI_through_LVT0 (void * dummy); | ||
133 | |||
134 | extern spinlock_t i8259A_lock; | ||
135 | |||
136 | extern int timer_over_8254; | ||
137 | |||
138 | #endif | 132 | #endif |