mmc: remove MMC bus legacy suspend/resume method
[linux-flexiantxendom0-3.2.10.git] / include / linux / mmc / card.h
index 01beae7..629b823 100644 (file)
@@ -481,7 +481,7 @@ struct mmc_driver {
        struct device_driver drv;
        int (*probe)(struct mmc_card *);
        void (*remove)(struct mmc_card *);
-       int (*suspend)(struct mmc_card *, pm_message_t);
+       int (*suspend)(struct mmc_card *);
        int (*resume)(struct mmc_card *);
 };