diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-10-24 12:03:10 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-23 20:45:44 -0700 |
commit | 33d56bc4bf3efc0ecb07c95003cb7869f79f3999 (patch) | |
tree | b41cc55441b6e3413cc4c52703f4571c840c73c1 | |
parent | 25c263542ddf9396012b6a6fa2b327d304f7f9a3 (diff) |
m68knommu: remove unused variables in setup.c
Remove unused variables from setup.c code.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/m68knommu/kernel/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index 74bf94948ec..4d0b050bb44 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c @@ -43,11 +43,8 @@ EXPORT_SYMBOL(memory_end); char __initdata command_line[COMMAND_LINE_SIZE]; /* machine dependent timer functions */ -void (*mach_sched_init)(irq_handler_t handler); -void (*mach_tick)(void); void (*mach_gettod)(int*, int*, int*, int*, int*, int*); int (*mach_set_clock_mmss)(unsigned long); -unsigned long (*mach_gettimeoffset)(void); /* machine dependent reboot functions */ void (*mach_reset)(void); |