sched: remove rq_clock()
authorIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:47 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:47 +0000 (11:16 +0200)
remove the now unused rq_clock() function.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c

index fe3c152..8932110 100644 (file)
@@ -368,12 +368,6 @@ static u64 __rq_clock(struct rq *rq)
        return rq->clock;
 }
 
-static u64 rq_clock(struct rq *rq)
-{
-       update_rq_clock(rq);
-       return rq->clock;
-}
-
 /*
  * The domain tree (rq->sd) is protected by RCU's quiescent state transition.
  * See detach_destroy_domains: synchronize_sched for details.