aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/hw_irq.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-12-12 00:59:12 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-17 14:06:56 -0800
commit729e7d7e4dc6b905e40992b6439b07153db4bd63 (patch)
treee334a76b9976d5552962ad63eb57ae9536ebab57 /include/asm-sparc64/hw_irq.h
parent[SPARC64]: Kill no-remapping-needed code in head.S (diff)
downloadlinux-dev-729e7d7e4dc6b905e40992b6439b07153db4bd63.tar.xz
linux-dev-729e7d7e4dc6b905e40992b6439b07153db4bd63.zip
[SPARC64]: Minor irq handling cleanups.
Use struct irq_chip instead of hw_interrupt_type. Delete hw_resend_irq(), totally unused. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/asm-sparc64/hw_irq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc64/hw_irq.h b/include/asm-sparc64/hw_irq.h
index 599b3b073450..8e44a8360829 100644
--- a/include/asm-sparc64/hw_irq.h
+++ b/include/asm-sparc64/hw_irq.h
@@ -1,6 +1,4 @@
#ifndef __ASM_SPARC64_HW_IRQ_H
#define __ASM_SPARC64_HW_IRQ_H
-extern void hw_resend_irq(struct hw_interrupt_type *handler, unsigned int virt_irq);
-
#endif