diff options
| author | Greg Ungerer <gerg@snapgear.com> | 2007-10-23 22:03:10 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-23 23:45:44 -0400 |
| 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 74bf94948ec2..4d0b050bb444 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c | |||
| @@ -43,11 +43,8 @@ EXPORT_SYMBOL(memory_end); | |||
| 43 | char __initdata command_line[COMMAND_LINE_SIZE]; | 43 | char __initdata command_line[COMMAND_LINE_SIZE]; |
| 44 | 44 | ||
| 45 | /* machine dependent timer functions */ | 45 | /* machine dependent timer functions */ |
| 46 | void (*mach_sched_init)(irq_handler_t handler); | ||
| 47 | void (*mach_tick)(void); | ||
| 48 | void (*mach_gettod)(int*, int*, int*, int*, int*, int*); | 46 | void (*mach_gettod)(int*, int*, int*, int*, int*, int*); |
| 49 | int (*mach_set_clock_mmss)(unsigned long); | 47 | int (*mach_set_clock_mmss)(unsigned long); |
| 50 | unsigned long (*mach_gettimeoffset)(void); | ||
| 51 | 48 | ||
| 52 | /* machine dependent reboot functions */ | 49 | /* machine dependent reboot functions */ |
| 53 | void (*mach_reset)(void); | 50 | void (*mach_reset)(void); |
