diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2016-10-12 04:56:55 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-11-29 09:00:42 +0100 |
commit | ed24e1ff5ae3d74cda41a2feb7ebe4053d694e37 (patch) | |
tree | 138798e59ef3c912d3f32113dd3617af61bfa466 /drivers/mmc/host/dw_mmc.h | |
parent | mmc: dw_mmc-pltfm: deploy runtime PM facilities (diff) | |
download | linux-ed24e1ff5ae3d74cda41a2feb7ebe4053d694e37.tar.xz linux-ed24e1ff5ae3d74cda41a2feb7ebe4053d694e37.zip |
mmc: dw_mmc: remove system PM callback
Now there are no variant drivers using dw_mci_suspend
and dw_mci_resume, so let's remove it.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/dw_mmc.h')
-rw-r--r-- | drivers/mmc/host/dw_mmc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h index d14a391eb709..4a6ae750feeb 100644 --- a/drivers/mmc/host/dw_mmc.h +++ b/drivers/mmc/host/dw_mmc.h @@ -235,8 +235,6 @@ extern int dw_mci_probe(struct dw_mci *host); extern void dw_mci_remove(struct dw_mci *host); #ifdef CONFIG_PM -extern int dw_mci_suspend(struct dw_mci *host); -extern int dw_mci_resume(struct dw_mci *host); extern int dw_mci_runtime_suspend(struct device *device); extern int dw_mci_runtime_resume(struct device *device); #endif |