diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-08-27 23:29:55 -0700 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-06 11:46:59 -0600 |
commit | a5b64ce64d6bdceecd45a07893affbf88d7bb7d2 (patch) | |
tree | 6e179ed21a26a311a20872b8f4575d1a3701b095 /drivers/mmc | |
parent | 70a5dbf8120dcbba7f0720a51dae2258f9bc7893 (diff) |
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')
-rw-r--r-- | drivers/mmc/host/sdhci-tegra.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <asm/gpio.h> -#include <mach/gpio-tegra.h> #include <mach/sdhci.h> #include "sdhci-pltfm.h" |