diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-05-02 16:00:44 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-03 04:28:13 -0400 |
commit | 0cd5f7b0c7fd96f9f00187ef2ad2328de28ae326 (patch) | |
tree | 4543369eafc38ee13c6be26029b0e4c66f49321b /arch/sh | |
parent | 66fdc951720406deb3b0f17094cb16ec623f525d (diff) |
sh: remove obsolete no_irq_type
Impact: cleanup
convert the last remaining users to no_irq_chip
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/sh_ksyms_32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c index 528de2955c81..2d868c60aa6e 100644 --- a/arch/sh/kernel/sh_ksyms_32.c +++ b/arch/sh/kernel/sh_ksyms_32.c | |||
@@ -19,13 +19,12 @@ | |||
19 | #include <asm/ftrace.h> | 19 | #include <asm/ftrace.h> |
20 | 20 | ||
21 | extern int dump_fpu(struct pt_regs *, elf_fpregset_t *); | 21 | extern int dump_fpu(struct pt_regs *, elf_fpregset_t *); |
22 | extern struct hw_interrupt_type no_irq_type; | ||
23 | 22 | ||
24 | /* platform dependent support */ | 23 | /* platform dependent support */ |
25 | EXPORT_SYMBOL(dump_fpu); | 24 | EXPORT_SYMBOL(dump_fpu); |
26 | EXPORT_SYMBOL(kernel_thread); | 25 | EXPORT_SYMBOL(kernel_thread); |
27 | EXPORT_SYMBOL(irq_desc); | 26 | EXPORT_SYMBOL(irq_desc); |
28 | EXPORT_SYMBOL(no_irq_type); | 27 | EXPORT_SYMBOL(no_irq_chip); |
29 | 28 | ||
30 | EXPORT_SYMBOL(strlen); | 29 | EXPORT_SYMBOL(strlen); |
31 | 30 | ||