diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-12-12 09:59:12 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-17 23:06:56 +0100 |
commit | 729e7d7e4dc6b905e40992b6439b07153db4bd63 (patch) | |
tree | e334a76b9976d5552962ad63eb57ae9536ebab57 /include/asm-sparc64 | |
parent | [SPARC64]: Kill no-remapping-needed code in head.S (diff) | |
download | linux-729e7d7e4dc6b905e40992b6439b07153db4bd63.tar.xz linux-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.h | 2 |
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 |