diff options
| -rw-r--r-- | drivers/mmc/host/dw_mmc-k3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/dw_mmc-k3.c b/drivers/mmc/host/dw_mmc-k3.c index 68e5e428e8f6..3542a03e9f99 100644 --- a/drivers/mmc/host/dw_mmc-k3.c +++ b/drivers/mmc/host/dw_mmc-k3.c | |||
| @@ -113,7 +113,7 @@ static int dw_mci_k3_resume(struct device *dev) | |||
| 113 | return dw_mci_resume(host); | 113 | return dw_mci_resume(host); |
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | SIMPLE_DEV_PM_OPS(dw_mci_k3_pmops, dw_mci_k3_suspend, dw_mci_k3_resume); | 116 | static SIMPLE_DEV_PM_OPS(dw_mci_k3_pmops, dw_mci_k3_suspend, dw_mci_k3_resume); |
| 117 | 117 | ||
| 118 | static struct platform_driver dw_mci_k3_pltfm_driver = { | 118 | static struct platform_driver dw_mci_k3_pltfm_driver = { |
| 119 | .probe = dw_mci_k3_probe, | 119 | .probe = dw_mci_k3_probe, |
