Commit 33d56bc4bf3efc0ecb07c95003cb7869f79f3999

Authored by Greg Ungerer
Committed by Linus Torvalds
1 parent 25c263542d

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

arch/m68knommu/kernel/setup.c
... ... @@ -43,11 +43,8 @@
43 43 char __initdata command_line[COMMAND_LINE_SIZE];
44 44  
45 45 /* machine dependent timer functions */
46   -void (*mach_sched_init)(irq_handler_t handler);
47   -void (*mach_tick)(void);
48 46 void (*mach_gettod)(int*, int*, int*, int*, int*, int*);
49 47 int (*mach_set_clock_mmss)(unsigned long);
50   -unsigned long (*mach_gettimeoffset)(void);
51 48  
52 49 /* machine dependent reboot functions */
53 50 void (*mach_reset)(void);