commit | 36ce8d4f5fecc20c2dfb08f24fe01c5eb81f6245 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Feb 04 12:01:43 2013 +0000 |
committer | Len Brown <len.brown@intel.com> | Fri Feb 08 18:31:16 2013 -0500 |
tree | 9a4c4d3da61df7927385f719b619fce11f4bd036 | |
parent | 8d60143a2367616a9d4f7c11656ade8521eb1874 [diff] |
davinci: cpuidle - remove the ops With one function handling the idle state and a single variable, the usage of the davinci_ops is overkill. This patch removes these ops and simplify the code. Furthermore, the 'driver_data' field is no longer used, we have 1 of the 3 remaining user of this field removed. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Len Brown <len.brown@intel.com>