kernel/kernel/sched/loadavg.c
.. .. @@ -75,7 +75,6 @@ 75 75 loads[1] = (avenrun[1] + offset) << shift; 76 76 loads[2] = (avenrun[2] + offset) << shift; 77 77 } 78 -EXPORT_SYMBOL_GPL(get_avenrun);79 78 80 79 long calc_load_fold_active(struct rq *this_rq, long adjust) 81 80 {