aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r--drivers/mmc/host/sdhci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index ddd31cda2370..41a2c34299ed 100644
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -454,9 +454,6 @@ void sdhci_set_uhs_signaling(struct sdhci_host *host, unsigned timing);
454extern int sdhci_suspend_host(struct sdhci_host *host); 454extern int sdhci_suspend_host(struct sdhci_host *host);
455extern int sdhci_resume_host(struct sdhci_host *host); 455extern int sdhci_resume_host(struct sdhci_host *host);
456extern void sdhci_enable_irq_wakeups(struct sdhci_host *host); 456extern void sdhci_enable_irq_wakeups(struct sdhci_host *host);
457#endif
458
459#ifdef CONFIG_PM_RUNTIME
460extern int sdhci_runtime_suspend_host(struct sdhci_host *host); 457extern int sdhci_runtime_suspend_host(struct sdhci_host *host);
461extern int sdhci_runtime_resume_host(struct sdhci_host *host); 458extern int sdhci_runtime_resume_host(struct sdhci_host *host);
462#endif 459#endif