Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15368d82251df279beb2a16085af492b2f3fdbd4
Commit:     15368d82251df279beb2a16085af492b2f3fdbd4
Parent:     778f3dd5a13c9e1642e0b2efea4b769387a70afa
Author:     Greg Ungerer <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 27 10:38:01 2007 +1000
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Jul 28 19:49:21 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 2b75a30..9a4f61c 100644
--- a/include/asm-m68knommu/machdep.h
+++ b/include/asm-m68knommu/machdep.h
@@ -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 *);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to