mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPS
[linux-2.6-block.git] / drivers / mmc / host / sdhci-dove.c
index 407c21f152b2dacad43706db77b8a2c5a97c08e8..de9f9603dbdcb21e848ccee5fe9e0093cdeb0da7 100644 (file)
@@ -117,7 +117,7 @@ MODULE_DEVICE_TABLE(of, sdhci_dove_of_match_table);
 static struct platform_driver sdhci_dove_driver = {
        .driver         = {
                .name   = "sdhci-dove",
-               .pm     = SDHCI_PLTFM_PMOPS,
+               .pm     = &sdhci_pltfm_pmops,
                .of_match_table = sdhci_dove_of_match_table,
        },
        .probe          = sdhci_dove_probe,