Skip to content
Permalink
Browse files
ANDROID: GKI: Export symbols arm_cpuidle_suspend, cpuidle_dev and cpu…
…idle_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>
  • Loading branch information
Hridya Valsaraju authored and Will McVicker committed Apr 16, 2020
1 parent 639d56b commit 02f88aaaac53929e0cf4fe50f807cdea4b9e224d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -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);

0 comments on commit 02f88aa

Please sign in to comment.