ANDROID: sched: export task_rq_lock

Declare task_rq_lock as EXPORT_SYMBOL_GPL needed by vendor module.

Bug: 178340230

Signed-off-by: Park Bumgyu <bumgyu.park@samsung.com>
Change-Id: I4afc2d67bd208b00e6c43590782196cb4ee07937
This commit is contained in:
Park Bumgyu
2021-01-26 07:34:04 +09:00
committed by Quentin Perret
parent cabf26b4eb
commit 9e280ea43e

View File

@@ -612,6 +612,7 @@ struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
cpu_relax();
}
}
EXPORT_SYMBOL_GPL(task_rq_lock);
/*
* RQ-clock updating methods: