提交 ef3a0bf5 编写于 作者: L Linus Walleij 提交者: Russell King

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: NMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 e0b58ee8
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <asm/sched_clock.h> #include <asm/sched_clock.h>
#include <mach/hardware.h> #include <mach/hardware.h>
static u32 notrace sa100_read_sched_clock(void) static u32 notrace sa1100_read_sched_clock(void)
{ {
return OSCR; return OSCR;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册