sh: remove obsolete no_irq_type
authorThomas Gleixner <tglx@linutronix.de>
Sat, 2 May 2009 20:00:44 +0000 (20:00 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 3 May 2009 08:28:13 +0000 (17:28 +0900)
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>
arch/sh/kernel/sh_ksyms_32.c

index 528de29..2d868c6 100644 (file)
 #include <asm/ftrace.h>
 
 extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
-extern struct hw_interrupt_type no_irq_type;
 
 /* platform dependent support */
 EXPORT_SYMBOL(dump_fpu);
 EXPORT_SYMBOL(kernel_thread);
 EXPORT_SYMBOL(irq_desc);
-EXPORT_SYMBOL(no_irq_type);
+EXPORT_SYMBOL(no_irq_chip);
 
 EXPORT_SYMBOL(strlen);