diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68knommu/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index d5c25d27b64d..8133b1047353 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c | |||
@@ -51,7 +51,7 @@ static void dummy_waitbut(void) | |||
51 | { | 51 | { |
52 | } | 52 | } |
53 | 53 | ||
54 | void (*mach_sched_init) (irqreturn_t (*handler)(int, void *, struct pt_regs *)); | 54 | void (*mach_sched_init) (irq_handler_t handler); |
55 | void (*mach_tick)( void ); | 55 | void (*mach_tick)( void ); |
56 | /* machine dependent keyboard functions */ | 56 | /* machine dependent keyboard functions */ |
57 | int (*mach_keyb_init) (void); | 57 | int (*mach_keyb_init) (void); |
@@ -66,7 +66,7 @@ void (*mach_trap_init) (void); | |||
66 | /* machine dependent timer functions */ | 66 | /* machine dependent timer functions */ |
67 | unsigned long (*mach_gettimeoffset) (void); | 67 | unsigned long (*mach_gettimeoffset) (void); |
68 | void (*mach_gettod) (int*, int*, int*, int*, int*, int*); | 68 | void (*mach_gettod) (int*, int*, int*, int*, int*, int*); |
69 | int (*mach_hwclk) (int, struct hwclk_time*); | 69 | int (*mach_hwclk) (int, struct rtc_time*); |
70 | int (*mach_set_clock_mmss) (unsigned long); | 70 | int (*mach_set_clock_mmss) (unsigned long); |
71 | void (*mach_mksound)( unsigned int count, unsigned int ticks ); | 71 | void (*mach_mksound)( unsigned int count, unsigned int ticks ); |
72 | void (*mach_reset)( void ); | 72 | void (*mach_reset)( void ); |