mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user