From: Viresh Kumar Date: Thu, 16 May 2013 05:09:57 +0000 (+0000) Subject: cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~19^2~7^2~1^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944e9a0316e60bc5bc122e46c1fde36e5f6e9f56;p=pandora-kernel.git cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c get_governor_parent_kobj() can be used by any governor, generic cpufreq governors or platform specific ones and so must be present in cpufreq.c instead of cpufreq_governor.c. This patch moves it to cpufreq.c. This also adds EXPORT_SYMBOL_GPL(get_governor_parent_kobj) so that modules can use this function too. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed