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:
Hridya Valsaraju
2019-10-01 11:21:29 -07:00
committed by Will McVicker
parent 639d56b96d
commit 02f88aaaac
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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);