diff options
Diffstat (limited to 'arch')
-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); |