From: "Andi Kleen" Pointed out by Matthew Wilcox. Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton --- 25-akpm/include/asm-x86_64/hw_irq.h | 2 -- 1 files changed, 2 deletions(-) diff -puN include/asm-x86_64/hw_irq.h~x86_64-remove-unused-prototypes include/asm-x86_64/hw_irq.h --- 25/include/asm-x86_64/hw_irq.h~x86_64-remove-unused-prototypes 2005-01-09 23:01:39.232418872 -0800 +++ 25-akpm/include/asm-x86_64/hw_irq.h 2005-01-09 23:01:39.235418416 -0800 @@ -87,8 +87,6 @@ extern u8 irq_vector[NR_IRQ_VECTORS]; * Interrupt entry/exit code at both C and assembly level */ -extern void mask_irq(unsigned int irq); -extern void unmask_irq(unsigned int irq); extern void disable_8259A_irq(unsigned int irq); extern void enable_8259A_irq(unsigned int irq); extern int i8259A_irq_pending(unsigned int irq); _