diff --git a/drivers/cpuidle/governor.c b/drivers/cpuidle/governor.c index 0e51ed25665e..29acaf48e575 100644 --- a/drivers/cpuidle/governor.c +++ b/drivers/cpuidle/governor.c @@ -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);