summaryrefslogtreecommitdiff
path: root/include/asm-sparc64
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
parent15f1483404f3497c66872de13f3d585e3da87785 (diff)
downloadlinux-3.10-729e7d7e4dc6b905e40992b6439b07153db4bd63.tar.gz
linux-3.10-729e7d7e4dc6b905e40992b6439b07153db4bd63.tar.bz2
linux-3.10-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 'include/asm-sparc64')
-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 599b3b07345..8e44a836082 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