From: Ulf Hansson Date: Wed, 4 Mar 2015 09:19:14 +0000 (+0100) Subject: mmc: sdhci: Remove the sdhci exported header file X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f13cc9af9822cacc6644ee3c63c81f3930ddad;p=pandora-kernel.git 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 --- 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 #include #include -#include #include "sdhci.h" Reading git-diff-tree failed