summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-acpi.c
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2015-03-04 10:19:14 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2015-03-23 14:13:45 +0100
commit83f13cc9af9822cacc6644ee3c63c81f3930ddad (patch)
treee85a7022a7b6354e6bbee2bd370728208aa01901 /drivers/mmc/host/sdhci-acpi.c
parent5ec358201eceaf599b0f35bd60ed8be3c4752e37 (diff)
downloadlinux-83f13cc9af9822cacc6644ee3c63c81f3930ddad.tar.bz2
mmc: sdhci: Remove the sdhci exported header file
Since there no users of the struct sdhci_host, but the shdci host drivers themselves, let's move the definition of it to the local sdhci header. The exported sdhci header then becomes empty, so let's remove it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-acpi.c')
-rw-r--r--drivers/mmc/host/sdhci-acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c
index a45ed39d062c..22d929fa3371 100644
--- a/drivers/mmc/host/sdhci-acpi.c
+++ b/drivers/mmc/host/sdhci-acpi.c
@@ -40,7 +40,6 @@
#include <linux/mmc/host.h>
#include <linux/mmc/pm.h>
#include <linux/mmc/slot-gpio.h>
-#include <linux/mmc/sdhci.h>
#include "sdhci.h"