aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/kernel/time.c')
-rw-r--r--arch/c6x/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/kernel/time.c b/arch/c6x/kernel/time.c
index 04845aaf5985..6a8e00a1f6d5 100644
--- a/arch/c6x/kernel/time.c
+++ b/arch/c6x/kernel/time.c
@@ -26,7 +26,7 @@
static u32 sched_clock_multiplier;
#define SCHED_CLOCK_SHIFT 16
-static cycle_t tsc_read(struct clocksource *cs)
+static u64 tsc_read(struct clocksource *cs)
{
return get_cycles();
}