]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/platform_data/mmc-omap.h
mmc: omap_hsmmc: remove prepare/complete system suspend support.
[karo-tx-linux.git] / include / linux / platform_data / mmc-omap.h
index 5c188f4e9bec04f474598ac0e237340f18114d11..929469291406fa0a41511c118ab49bae3270b07e 100644 (file)
@@ -31,10 +31,6 @@ struct omap_mmc_platform_data {
        void (*cleanup)(struct device *dev);
        void (*shutdown)(struct device *dev);
 
-       /* To handle board related suspend/resume functionality for MMC */
-       int (*suspend)(struct device *dev, int slot);
-       int (*resume)(struct device *dev, int slot);
-
        /* Return context loss count due to PM states changing */
        int (*get_context_loss_count)(struct device *dev);