]> Git Repo - linux.git/commitdiff
ARM: 7269/1: mach-sa1100: fix sched_clock breakage
authorLinus Walleij <[email protected]>
Wed, 4 Jan 2012 10:42:19 +0000 (11:42 +0100)
committerRussell King <[email protected]>
Thu, 5 Jan 2012 13:23:02 +0000 (13:23 +0000)
Fixed up a simple typo in the runtime sched_clock conversion
so we compile again.

Cc: Kristoffer Ericson <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/mach-sa1100/time.c

index 1ee6d4ca8dd7f389558ca5aae2f319a6072f6fb0..69e33535dee6df37f5f895274a815cd9ccce6788 100644 (file)
@@ -19,7 +19,7 @@
 #include <asm/sched_clock.h>
 #include <mach/hardware.h>
 
-static u32 notrace sa100_read_sched_clock(void)
+static u32 notrace sa1100_read_sched_clock(void)
 {
        return OSCR;
 }
This page took 0.057179 seconds and 4 git commands to generate.