diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-26 11:09:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 14:05:20 -0400 |
commit | 65fdef9303a69dab1f693159f6262375322dd676 (patch) | |
tree | 06d0ccab28ef8615c92cd68a975b9433c8b3e5ca /arch/m68knommu | |
parent | c52a2cda561fd40543d839e8e0c75b6d964a67ad (diff) |
m68knommu: remove unused mach_trap_init
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 <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 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); |