Skip to content

Commit

Permalink
x86: remove duplicated declarations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent 67c5fc5 commit 63fefb7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/asm-x86/io_apic_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63fefb7

Please sign in to comment.