projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a5dbf
)
mmc: tegra: remove useless include of <mach/*.h>
author
Stephen Warren
<swarren@nvidia.com>
Tue, 28 Aug 2012 06:29:55 +0000
(23:29 -0700)
committer
Stephen Warren
<swarren@nvidia.com>
Thu, 6 Sep 2012 17:46:59 +0000
(11:46 -0600)
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>
drivers/mmc/host/sdhci-tegra.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci-tegra.c
b/drivers/mmc/host/sdhci-tegra.c
index 0810ccc23d7e8fb951fecf7b75774b2ae4e5984e..5393c64de3c8a5c22faa9f1664c37b3812777544 100644
(file)
--- 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"