Skip to content

Commit

Permalink
ARM: 7269/1: mach-sa1100: fix sched_clock breakage
Browse files Browse the repository at this point in the history
Fixed up a simple typo in the runtime sched_clock conversion
so we compile again.

Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Linus Walleij authored and Russell King committed Jan 5, 2012
1 parent e0b58ee commit ef3a0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-sa1100/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ef3a0bf

Please sign in to comment.