commit | 2361be23666232dbb4851a527f466c4cbf5340fc | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Fri May 17 16:09:09 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon May 27 13:24:02 2013 +0200 |
tree | 982ed55a3f4b097ddf9cffa7715b5e55db718466 | |
parent | 72a4ce340a7ebf39e1c6fdc8f5feb4f974d6c635 [diff] |
cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory When we don't have any file in cpu/cpufreq directory we shouldn't create it. Specially with the introduction of per-policy governor instance patchset, even governors are moved to cpu/cpu*/cpufreq/governor-name directory and so this directory is just not required. Lets have it only when required. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>