Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef3a0bf5 authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}