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>

authored by Greg Ungerer and committed by Linus Torvalds 33d56bc4 25c26354

-3
-3
arch/m68knommu/kernel/setup.c
··· 43 char __initdata command_line[COMMAND_LINE_SIZE]; 44 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*); 49 int (*mach_set_clock_mmss)(unsigned long); 50 - unsigned long (*mach_gettimeoffset)(void); 51 52 /* machine dependent reboot functions */ 53 void (*mach_reset)(void);
··· 43 char __initdata command_line[COMMAND_LINE_SIZE]; 44 45 /* machine dependent timer functions */ 46 void (*mach_gettod)(int*, int*, int*, int*, int*, int*); 47 int (*mach_set_clock_mmss)(unsigned long); 48 49 /* machine dependent reboot functions */ 50 void (*mach_reset)(void);