From: Rafael J. Wysocki Date: Fri, 6 Dec 2013 01:17:59 +0000 (+0100) Subject: Merge branches 'pm-cpuidle' and 'pm-cpufreq' X-Git-Tag: v3.13-rc3~6^2~1 X-Git-Url: http://pileus.org/git/?p=~andy%2Flinux;a=commitdiff_plain;h=7cdcec991c06cd6d792b304851cc245cfec507a7 Merge branches 'pm-cpuidle' and 'pm-cpufreq' * pm-cpuidle: cpuidle: Check for dev before deregistering it. intel_idle: Fixed C6 state on Avoton/Rangeley processors * pm-cpufreq: cpufreq: fix garbage kobjects on errors during suspend/resume cpufreq: suspend governors on system suspend/hibernate --- 7cdcec991c06cd6d792b304851cc245cfec507a7 diff --cc drivers/base/power/main.c index 1b41fca3d65,1b41fca3d65,10c3510d72a..e3219dfd736 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c @@@@ -29,9 -29,9 -29,8 +29,10 @@@@ #include #include #include ++ #include #include +#include + #include "../base.h" #include "power.h"