From: Thomas Gleixner Date: Sat, 2 May 2009 20:00:44 +0000 (+0000) Subject: sh: remove obsolete no_irq_type X-Git-Tag: v2.6.31-rc1~392^2~41^2~111 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0cd5f7b0c7fd96f9f00187ef2ad2328de28ae326;p=karo-tx-linux.git sh: remove obsolete no_irq_type Impact: cleanup convert the last remaining users to no_irq_chip Signed-off-by: Thomas Gleixner Signed-off-by: Paul Mundt --- 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 @@ #include 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);