Commit 8a833110 authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: drop duplicate sched_clock

The Blackfin sched_clock() func is pretty much a duplicate of the common
version, so just punt it.
Reported-by: default avatarDavid Miller <davem@davemloft.net>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent a797a0e2
......@@ -184,11 +184,3 @@ void __init time_init(void)
time_sched_init(timer_interrupt);
}
/*
* Scheduler clock - returns current time in nanosec units.
*/
unsigned long long sched_clock(void)
{
return (unsigned long long)jiffies *(NSEC_PER_SEC / HZ);
}
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