Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02f88aaa authored by Hridya Valsaraju's avatar Hridya Valsaraju Committed by Will McVicker
Browse files

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: default avatarHridya Valsaraju <hridya@google.com>
Change-Id: Ia2f90c97763b5c7b047d36ab4c6f2a974fa02ccb
(cherry picked from commit 3571655e5e02f13df7006cb9a90f0081a48536b9)
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
parent 639d56b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

+1 −0
Original line number Diff line number Diff line
@@ -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);