From: Olof Johansson Date: Sat, 22 Sep 2012 18:08:03 +0000 (-0700) Subject: ARM: tegra: fix mismerges of header file inclusions X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=823bba8ff16be79aa5f6480de38fa2fbd3f4ddd5;p=linux.git ARM: tegra: fix mismerges of header file inclusions Another mishandled merge conflict by me, where the header file renames and the removal of gpio includes clashed and I chose the wrong end result. Fixes build breakage for tegra_defconfig. Signed-off-by: Olof Johansson --- diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index d43e7462941fb..aa8c4dec356e5 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"