commit | 194db92fd20cd7733f1ee06b330af93e10dfe727 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.or> | Wed Apr 17 13:32:55 2013 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Apr 22 00:35:52 2013 +0200 |
tree | 11b6427fb2b75714b5d2a8609e68ae442e07b224 | |
parent | 055d752f85f18abb2ad7e2193f61afefe36fd452 [diff] |
SH: cpuidle: remove CPUIDLE_DRIVER_STATE_START usage The CPUIDLE_DRIVER_STATE_START constant is only set when the kernel compilation option CONFIG_ARCH_HAS_CPU_RELAX is set, but this is only relatated to x86, so it is always zero. Remove the reference to this constant in the code. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>