Commit ef3a0bf5 authored by Linus Walleij's avatar Linus Walleij Committed by 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: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent e0b58ee8
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment