diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2015-03-04 12:19:14 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-03-23 16:13:45 +0300 |
commit | 83f13cc9af9822cacc6644ee3c63c81f3930ddad (patch) | |
tree | e85a7022a7b6354e6bbee2bd370728208aa01901 /drivers/mmc/host/sdhci-acpi.c | |
parent | 5ec358201eceaf599b0f35bd60ed8be3c4752e37 (diff) | |
download | linux-83f13cc9af9822cacc6644ee3c63c81f3930ddad.tar.xz |
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.c | 1 |
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" |