summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-08-28 06:29:55 (GMT)
committerStephen Warren <swarren@nvidia.com>2012-09-06 17:46:59 (GMT)
commita5b64ce64d6bdceecd45a07893affbf88d7bb7d2 (patch)
tree6e179ed21a26a311a20872b8f4575d1a3701b095 /drivers/mmc/host
parent70a5dbf8120dcbba7f0720a51dae2258f9bc7893 (diff)
downloadlinux-fsl-qoriq-a5b64ce64d6bdceecd45a07893affbf88d7bb7d2.tar.xz
mmc: tegra: remove useless include of <mach/*.h>
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 <swarren@nvidia.com> Acked-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/sdhci-tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c
index 0810ccc..5393c64 100644
--- a/drivers/mmc/host/sdhci-tegra.c
+++ b/drivers/mmc/host/sdhci-tegra.c
@@ -27,7 +27,6 @@
#include <asm/gpio.h>
-#include <mach/gpio-tegra.h>
#include <mach/sdhci.h>
#include "sdhci-pltfm.h"