Skip to content

Commit

Permalink
m68knommu: remove unused mach_trap_init
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jul 26, 2007
1 parent c52a2cd commit 65fdef9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions arch/m68knommu/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ EXPORT_SYMBOL(memory_end);

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);
Expand Down
1 change: 0 additions & 1 deletion include/asm-m68knommu/machdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ extern char *mach_sysrq_xlate;

extern void config_BSP(char *command, int len);
extern void (*mach_tick)(void);
extern void (*mach_trap_init)(void);

#endif /* _M68KNOMMU_MACHDEP_H */

0 comments on commit 65fdef9

Please sign in to comment.