From: Olof Johansson Date: Sat, 22 Sep 2012 18:08:03 +0000 (-0700) Subject: ARM: tegra: fix mismerges of header file inclusions X-Git-Tag: firefly_0821_release~3680^2~1842^2~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=823bba8ff16be79aa5f6480de38fa2fbd3f4ddd5;p=firefly-linux-kernel-4.4.55.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 d43e7462941f..aa8c4dec356e 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"