Skip to content

Commit

Permalink
sh: remove obsolete no_irq_type
Browse files Browse the repository at this point in the history
Impact: cleanup

convert the last remaining users to no_irq_chip

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
KAGA-KOKO authored and pmundt committed May 3, 2009
1 parent 66fdc95 commit 0cd5f7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/sh/kernel/sh_ksyms_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
#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);

Expand Down

0 comments on commit 0cd5f7b

Please sign in to comment.