Skip to content

Commit

Permalink
mmc: tegra: remove useless include of <mach/*.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren committed Sep 6, 2012
1 parent 70a5dbf commit a5b64ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/sdhci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include <asm/gpio.h>

#include <mach/gpio-tegra.h>
#include <mach/sdhci.h>

#include "sdhci-pltfm.h"
Expand Down

0 comments on commit a5b64ce

Please sign in to comment.