davinci: cpuidle - remove useless initialization
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 4 Feb 2013 12:01:44 +0000 (12:01 +0000)
committerLen Brown <len.brown@intel.com>
Fri, 8 Feb 2013 23:31:16 +0000 (18:31 -0500)
The device->state_count is initialized in the cpuidle_register_device
function.

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>
arch/arm/mach-davinci/cpuidle.c

index 5e430bf..5ac9e93 100644 (file)
@@ -96,8 +96,6 @@ static int __init davinci_cpuidle_probe(struct platform_device *pdev)
 
        ddr2_pdown = pdata->ddr2_pdown;
 
-       device->state_count = DAVINCI_CPUIDLE_MAX_STATES;
-
        ret = cpuidle_register_driver(&davinci_idle_driver);
        if (ret) {
                dev_err(&pdev->dev, "failed to register driver\n");