diff options
| -rw-r--r-- | drivers/mmc/host/mmci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index fba51073e94f..442b01129626 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #include <linux/err.h> | 20 | #include <linux/err.h> |
| 21 | #include <linux/highmem.h> | 21 | #include <linux/highmem.h> |
| 22 | #include <linux/log2.h> | 22 | #include <linux/log2.h> |
| 23 | #include <linux/mmc/pm.h> | ||
| 23 | #include <linux/mmc/host.h> | 24 | #include <linux/mmc/host.h> |
| 24 | #include <linux/mmc/card.h> | 25 | #include <linux/mmc/card.h> |
| 25 | #include <linux/amba/bus.h> | 26 | #include <linux/amba/bus.h> |
| @@ -1416,6 +1417,9 @@ static int mmci_probe(struct amba_device *dev, | |||
| 1416 | mmc->caps = plat->capabilities; | 1417 | mmc->caps = plat->capabilities; |
| 1417 | mmc->caps2 = plat->capabilities2; | 1418 | mmc->caps2 = plat->capabilities2; |
| 1418 | 1419 | ||
| 1420 | /* We support these PM capabilities. */ | ||
| 1421 | mmc->pm_caps = MMC_PM_KEEP_POWER; | ||
| 1422 | |||
| 1419 | /* | 1423 | /* |
| 1420 | * We can do SGIO | 1424 | * We can do SGIO |
| 1421 | */ | 1425 | */ |
