commit | 0a4f841e9c473be84a1ed0c14f65058c29238ce1 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Apr 17 13:32:56 2013 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Apr 22 00:35:53 2013 +0200 |
tree | 3dee0798633f85e9b4cb745eadd7a1258abda49f | |
parent | 194db92fd20cd7733f1ee06b330af93e10dfe727 [diff] |
SH: cpuidle: initialize the driver's states directly Like all the other drivers, let's initialize the structure a compile time instead of init time. The states #1 and #2 are not enabled by default. The init function will check the features of the board in order to enable the state. 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>