bnx2x: fix typos in "configure"
[pandora-kernel.git] / kernel / sched / proc.c
index 16f5a30..8ecd552 100644 (file)
@@ -8,13 +8,6 @@
 
 #include "sched.h"
 
-unsigned long this_cpu_load(void)
-{
-       struct rq *this = this_rq();
-       return this->cpu_load[0];
-}
-
-
 /*
  * Global load-average calculations
  *