From: Stratos Karafotis Date: Fri, 18 Jul 2014 15:37:17 +0000 (-0700) Subject: cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent locals X-Git-Tag: omap-for-v3.17/fixes-against-rc2~142^2~5^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317dd50e80775434a2ea593ad8522e728ed94e9d;p=pandora-kernel.git cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent locals Since we never remove sysfs entry and debugfs files, we can make the intel_pstate_kobject and debugfs_parent locals. Also, annotate with __init intel_pstate_sysfs_expose_params() and intel_pstate_debug_expose_params() in order to be freed after bootstrap. Signed-off-by: Stratos Karafotis Signed-off-by: Dirk Brandewie Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed