From: Stephen Warren Date: Tue, 28 Aug 2012 06:29:55 +0000 (-0700) Subject: mmc: tegra: remove useless include of X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a5b64ce64d6bdceecd45a07893affbf88d7bb7d2;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git mmc: tegra: remove useless include of Nothing from this file is needed, so remove the include. This helps single zImage work by reducing use of the mach-tegra/include/mach/ directory. Signed-off-by: Stephen Warren Acked-by: Chris Ball --- diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 0810ccc23d7e..5393c64de3c8 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c @@ -27,7 +27,6 @@ #include -#include #include #include "sdhci-pltfm.h"