Skip to content

Commit

Permalink
m68knommu: fix declaration of mach_sched_init
Browse files Browse the repository at this point in the history
Make declaration of mach_sched_init match definition
(which is in arch/m68knommu/kernel/setup.c).

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jul 29, 2007
1 parent 778f3dd commit 15368d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-m68knommu/machdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct hwclk_time;
struct gendisk;
struct buffer_head;

extern void (*mach_sched_init) (irqreturn_t (*handler)(int, void *, struct pt_regs *));
extern void (*mach_sched_init) (irq_handler_t handler);
/* machine dependent keyboard functions */
extern int (*mach_keyb_init) (void);
extern int (*mach_kbdrate) (struct kbd_repeat *);
Expand Down

0 comments on commit 15368d8

Please sign in to comment.