Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bc2f2a24d9cd52bd6f5307ab36ffa041366d936d
Commit:     bc2f2a24d9cd52bd6f5307ab36ffa041366d936d
Parent:     82923663419d376b6c418d353231efb3f7c2b878
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 26 12:58:02 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Oct 29 19:35:33 2007 +0000

    [MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.
    
    The old plat_timer_setup hook is no longer getting called so the Alchemy
    time initialization was getting skipped.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/au1000/common/time.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c
index 0673fc0..f113b51 100644
--- a/arch/mips/au1000/common/time.c
+++ b/arch/mips/au1000/common/time.c
@@ -228,7 +228,7 @@ unsigned long cal_r4koff(void)
        return (cpu_speed / HZ);
 }
 
-void __init plat_timer_setup(struct irqaction *irq)
+void __init plat_time_init(void)
 {
        unsigned int est_freq;
 
-
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