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: David Miller <davem@davemloft.net>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2009-12-14 19:56:54 +00:00
parent a797a0e242
commit 8a833110f1
1 changed files with 0 additions and 8 deletions

View File

@ -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);
}