|
@@ -1170,6 +1170,7 @@ static const struct mmc_bus_ops mmc_sd_ops = {
|
|
|
.resume = NULL,
|
|
|
.power_restore = mmc_sd_power_restore,
|
|
|
.alive = mmc_sd_alive,
|
|
|
+ .shutdown = mmc_sd_suspend,
|
|
|
};
|
|
|
|
|
|
static const struct mmc_bus_ops mmc_sd_ops_unsafe = {
|
|
@@ -1181,6 +1182,7 @@ static const struct mmc_bus_ops mmc_sd_ops_unsafe = {
|
|
|
.resume = mmc_sd_resume,
|
|
|
.power_restore = mmc_sd_power_restore,
|
|
|
.alive = mmc_sd_alive,
|
|
|
+ .shutdown = mmc_sd_suspend,
|
|
|
};
|
|
|
|
|
|
static void mmc_sd_attach_bus_ops(struct mmc_host *host)
|