Revert "FROMLIST: cpuidle: governor: export cpuidle governor functions"

This reverts commit 96c860fcf4.

This is a failed FROMLIST patch that was NACKed by Rafael.

Change-Id: Iac91be004176ab3e361d53b2f456d17356f3aac3
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Lee Jones
2021-06-03 17:03:04 +01:00
parent b11b93f5cb
commit 4f4ec94fcb

View File

@@ -102,7 +102,6 @@ int cpuidle_register_governor(struct cpuidle_governor *gov)
return ret;
}
EXPORT_SYMBOL_GPL(cpuidle_register_governor);
/**
* cpuidle_governor_latency_req - Compute a latency constraint for CPU
@@ -119,4 +118,3 @@ s64 cpuidle_governor_latency_req(unsigned int cpu)
return (s64)device_req * NSEC_PER_USEC;
}
EXPORT_SYMBOL_GPL(cpuidle_governor_latency_req);