Revert "ANDROID: GKI: loadavg: Export for get_avenrun"

This reverts commit 64ea6f3273.

get_avenrun() in an unused export.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Change-Id: If30717ac195a6e6c23a3fb33243b4e41f0be9a91
This commit is contained in:
Lee Jones 2021-07-06 19:35:36 +01:00
parent 1756dedada
commit 9659a6ef88
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ void get_avenrun(unsigned long *loads, unsigned long offset, int shift)
loads[1] = (avenrun[1] + offset) << shift;
loads[2] = (avenrun[2] + offset) << shift;
}
EXPORT_SYMBOL_GPL(get_avenrun);
long calc_load_fold_active(struct rq *this_rq, long adjust)
{