cpufreq: exynos: Remove unwanted EXPORT_SYMBOL
The init functions are linked statically (no support for dynamic loading) and have no other users. Hence remove EXPORT_SYMBOL for these functions. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:

committed by
Rafael J. Wysocki

parent
2239aa3d15
commit
3d3c6f54bc
@@ -236,4 +236,3 @@ err_moutcore:
|
||||
pr_err("%s: failed initialization\n", __func__);
|
||||
return -EINVAL;
|
||||
}
|
||||
EXPORT_SYMBOL(exynos5250_cpufreq_init);
|
||||
|
Reference in New Issue
Block a user