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

This reverts commit 64ea6f3273.

The symbol get_avenrun is not used by any external modules, so remove
the export as it is useless.  If this is needed, the original commit can
be added back and the symbol added to the relevant symbol list.

Bug: 158067689
Bug: 203756332
Cc: Abhilasha Rao <abhilasha.hv@samsung.corp-partner.google.com>
Cc: Todd Kjos <tkjos@google.com>
Change-Id: I394d074a6cd4afaaf8eb97d528e039bc168e2fe1
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-02-18 14:04:57 +00:00
committed by Treehugger Robot
parent 781e1c83ef
commit f0be4b9779

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)
{