Remove the unused mach_trap_init function pointer. All use of it removed with change to using generic irq framework.
Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]> --- diff -Naur linux-2.6.23-rc1-git2/arch/m68knommu/kernel/setup.c linux/arch/m68knommu/kernel/setup.c --- linux-2.6.23-rc1-git2/arch/m68knommu/kernel/setup.c 2007-07-26 11:03:08.000000000 +1000 +++ linux/arch/m68knommu/kernel/setup.c 2007-07-26 22:40:20.000000000 +1000 @@ -42,8 +42,6 @@ char __initdata command_line[COMMAND_LINE_SIZE]; -void (*mach_trap_init)(void); - /* machine dependent timer functions */ void (*mach_sched_init)(irq_handler_t handler); void (*mach_tick)(void); diff -Naur linux-2.6.23-rc1-git2/include/asm-m68knommu/machdep.h linux/include/asm-m68knommu/machdep.h --- linux-2.6.23-rc1-git2/include/asm-m68knommu/machdep.h 2007-07-26 10:39:14.000000000 +1000 +++ linux/include/asm-m68knommu/machdep.h 2007-07-26 22:39:53.000000000 +1000 @@ -48,6 +48,5 @@ extern void config_BSP(char *command, int len); extern void (*mach_tick)(void); -extern void (*mach_trap_init)(void); #endif /* _M68KNOMMU_MACHDEP_H */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

