|
@@ -19,13 +19,12 @@
|
|
#include <asm/ftrace.h>
|
|
#include <asm/ftrace.h>
|
|
|
|
|
|
extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
|
|
extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
|
|
-extern struct hw_interrupt_type no_irq_type;
|
|
|
|
|
|
|
|
/* platform dependent support */
|
|
/* platform dependent support */
|
|
EXPORT_SYMBOL(dump_fpu);
|
|
EXPORT_SYMBOL(dump_fpu);
|
|
EXPORT_SYMBOL(kernel_thread);
|
|
EXPORT_SYMBOL(kernel_thread);
|
|
EXPORT_SYMBOL(irq_desc);
|
|
EXPORT_SYMBOL(irq_desc);
|
|
-EXPORT_SYMBOL(no_irq_type);
|
|
|
|
|
|
+EXPORT_SYMBOL(no_irq_chip);
|
|
|
|
|
|
EXPORT_SYMBOL(strlen);
|
|
EXPORT_SYMBOL(strlen);
|
|
|
|
|