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>
This commit is contained in:
parent
67c5fc5c33
commit
63fefb7d5b
|
@ -129,10 +129,4 @@ extern int io_apic_set_pci_routing (int ioapic, int pin, int irq, int, int);
|
|||
|
||||
extern int sis_apic_bug; /* dummy */
|
||||
|
||||
void enable_NMI_through_LVT0 (void * dummy);
|
||||
|
||||
extern spinlock_t i8259A_lock;
|
||||
|
||||
extern int timer_over_8254;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue