mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ANDROID: GKI: Export symbols arm_cpuidle_suspend, cpuidle_dev and cpuidle_register_governor
Exports: arm_cpuidle_suspend cpuidle_dev cpuidle_register_governor Bug: 140652396 Test: build Signed-off-by: Hridya Valsaraju <hridya@google.com> Change-Id: Ia2f90c97763b5c7b047d36ab4c6f2a974fa02ccb (cherry picked from commit 3571655e5e02f13df7006cb9a90f0081a48536b9) Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
committed by
Will McVicker
parent
639d56b96d
commit
02f88aaaac
@@ -42,6 +42,7 @@ int arm_cpuidle_suspend(int index)
|
||||
|
||||
return cpu_ops[cpu]->cpu_suspend(index);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(arm_cpuidle_suspend);
|
||||
|
||||
#ifdef CONFIG_ACPI
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
|
||||
DEFINE_PER_CPU(struct cpuidle_device *, cpuidle_devices);
|
||||
DEFINE_PER_CPU(struct cpuidle_device, cpuidle_dev);
|
||||
EXPORT_SYMBOL_GPL(cpuidle_dev);
|
||||
|
||||
DEFINE_MUTEX(cpuidle_lock);
|
||||
LIST_HEAD(cpuidle_detected_devices);
|
||||
|
||||
Reference in New Issue
Block a user