diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-26 20:38:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-28 22:49:21 -0400 |
commit | 15368d82251df279beb2a16085af492b2f3fdbd4 (patch) | |
tree | ce98789e52003451f51e09773217b6d3907d61ba /include/asm-m68knommu/machdep.h | |
parent | 778f3dd5a13c9e1642e0b2efea4b769387a70afa (diff) |
m68knommu: fix declaration of mach_sched_init
Make declaration of mach_sched_init match definition
(which is in arch/m68knommu/kernel/setup.c).
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-m68knommu/machdep.h')
-rw-r--r-- | include/asm-m68knommu/machdep.h | 2 |
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; | |||
11 | struct gendisk; | 11 | struct gendisk; |
12 | struct buffer_head; | 12 | struct buffer_head; |
13 | 13 | ||
14 | extern void (*mach_sched_init) (irqreturn_t (*handler)(int, void *, struct pt_regs *)); | 14 | extern void (*mach_sched_init) (irq_handler_t handler); |
15 | /* machine dependent keyboard functions */ | 15 | /* machine dependent keyboard functions */ |
16 | extern int (*mach_keyb_init) (void); | 16 | extern int (*mach_keyb_init) (void); |
17 | extern int (*mach_kbdrate) (struct kbd_repeat *); | 17 | extern int (*mach_kbdrate) (struct kbd_repeat *); |