diff options
-rw-r--r-- | arch/m68knommu/kernel/setup.c | 2 | ||||
-rw-r--r-- | include/asm-m68knommu/machdep.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index a5ac0d40fbec..3f86ade3a22a 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c | |||
@@ -42,8 +42,6 @@ EXPORT_SYMBOL(memory_end); | |||
42 | 42 | ||
43 | char __initdata command_line[COMMAND_LINE_SIZE]; | 43 | char __initdata command_line[COMMAND_LINE_SIZE]; |
44 | 44 | ||
45 | void (*mach_trap_init)(void); | ||
46 | |||
47 | /* machine dependent timer functions */ | 45 | /* machine dependent timer functions */ |
48 | void (*mach_sched_init)(irq_handler_t handler); | 46 | void (*mach_sched_init)(irq_handler_t handler); |
49 | void (*mach_tick)(void); | 47 | void (*mach_tick)(void); |
diff --git a/include/asm-m68knommu/machdep.h b/include/asm-m68knommu/machdep.h index 6ce28f8e0ead..2b75a300df4f 100644 --- a/include/asm-m68knommu/machdep.h +++ b/include/asm-m68knommu/machdep.h | |||
@@ -48,6 +48,5 @@ extern char *mach_sysrq_xlate; | |||
48 | 48 | ||
49 | extern void config_BSP(char *command, int len); | 49 | extern void config_BSP(char *command, int len); |
50 | extern void (*mach_tick)(void); | 50 | extern void (*mach_tick)(void); |
51 | extern void (*mach_trap_init)(void); | ||
52 | 51 | ||
53 | #endif /* _M68KNOMMU_MACHDEP_H */ | 52 | #endif /* _M68KNOMMU_MACHDEP_H */ |