aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68knommu/machdep.h')
-rw-r--r--include/asm-m68knommu/machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68knommu/machdep.h b/include/asm-m68knommu/machdep.h
index 2b75a300df4f..9a4f61cd6c5f 100644
--- a/include/asm-m68knommu/machdep.h
+++ b/include/asm-m68knommu/machdep.h
@@ -11,7 +11,7 @@ struct hwclk_time;
11struct gendisk; 11struct gendisk;
12struct buffer_head; 12struct buffer_head;
13 13
14extern void (*mach_sched_init) (irqreturn_t (*handler)(int, void *, struct pt_regs *)); 14extern void (*mach_sched_init) (irq_handler_t handler);
15/* machine dependent keyboard functions */ 15/* machine dependent keyboard functions */
16extern int (*mach_keyb_init) (void); 16extern int (*mach_keyb_init) (void);
17extern int (*mach_kbdrate) (struct kbd_repeat *); 17extern int (*mach_kbdrate) (struct kbd_repeat *);