mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
ARM: 7269/1: mach-sa1100: fix sched_clock breakage
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>
This commit is contained in:
parent
e0b58ee8c4
commit
ef3a0bf5bf
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user