]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/mmc/host/omap_hsmmc.c
omap_hsmmc: remove unused local `state'
[net-next-2.6.git] / drivers / mmc / host / omap_hsmmc.c
index 4a8776f8afdd690048c69de91e755d35d2c884a5..fb6446a6fb4d2caede2894dcafc2920d1be9e65d 100644 (file)
@@ -2305,7 +2305,6 @@ static int omap_hsmmc_suspend(struct device *dev)
        int ret = 0;
        struct platform_device *pdev = to_platform_device(dev);
        struct omap_hsmmc_host *host = platform_get_drvdata(pdev);
-       pm_message_t state = PMSG_SUSPEND; /* unused by MMC core */
 
        if (host && host->suspended)
                return 0;