mmc: sdhci: Remove the sdhci exported header file
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 4 Mar 2015 09:19:14 +0000 (10:19 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:45 +0000 (14:13 +0100)
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>
drivers/mmc/host/sdhci-acpi.c
drivers/mmc/host/sdhci.h
include/linux/mmc/sdhci.h [deleted file]

index a45ed39..22d929f 100644 (file)
@@ -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"
 
Simple merge
diff --cc include/linux/mmc/sdhci.h
Simple merge