mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
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>
This commit is contained in:
parent
25c263542d
commit
33d56bc4bf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user