BACKPORT: msm_adreno_tz: make some functions static

These functions are used in local

Change-Id: Ia56d70e2ff69295a31b5ac411dcfdcdc854bda18
Signed-off-by: Kasin Li <donglil@codeaurora.org>
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
This commit is contained in:
Kasin Li 2021-09-12 19:41:05 +08:00 committed by spakkkk
parent cf001c5fb1
commit b754c73d68

View File

@ -67,7 +67,7 @@ static struct workqueue_struct *workqueue;
/*
* Returns GPU suspend time in millisecond.
*/
u64 suspend_time_ms(void)
static u64 suspend_time_ms(void)
{
u64 suspend_sampling_time;
u64 time_diff = 0;
@ -138,7 +138,7 @@ static const struct device_attribute *adreno_tz_attr_list[] = {
NULL
};
void compute_work_load(struct devfreq_dev_status *stats,
static void compute_work_load(struct devfreq_dev_status *stats,
struct devfreq_msm_adreno_tz_data *priv,
struct devfreq *devfreq)
{