]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] x86_64: Remove unused prototypes.
authorAndi Kleen <ak@suse.de>
Tue, 11 Jan 2005 09:51:05 +0000 (01:51 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 09:51:05 +0000 (01:51 -0800)
Pointed out by Matthew Wilcox.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-x86_64/hw_irq.h

index 767e11abd5c585ab2f721dd298fb3ba2f0bca7bc..2b5cb2865d21de2b835da29788c5b5456e5f2670 100644 (file)
@@ -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);