summaryrefslogtreecommitdiff
path: root/arch/unicore32/kernel/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/unicore32/kernel/time.c')
-rw-r--r--arch/unicore32/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/time.c b/arch/unicore32/kernel/time.c
index ac4c5449bb88..fceaa673f861 100644
--- a/arch/unicore32/kernel/time.c
+++ b/arch/unicore32/kernel/time.c
@@ -62,7 +62,7 @@ static struct clock_event_device ckevt_puv3_osmr0 = {
.set_state_oneshot = puv3_osmr0_shutdown,
};
-static cycle_t puv3_read_oscr(struct clocksource *cs)
+static u64 puv3_read_oscr(struct clocksource *cs)
{
return readl(OST_OSCR);
}