summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tegra.c
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-08-28 06:27:11 (GMT)
committerStephen Warren <swarren@nvidia.com>2012-09-06 17:46:59 (GMT)
commit70a5dbf8120dcbba7f0720a51dae2258f9bc7893 (patch)
treecb775fa4cfd7fde783f28c527d318bf733c8e443 /drivers/gpio/gpio-tegra.c
parent0b0d00e2efd5221d7558747132e3938c5d58bed8 (diff)
downloadlinux-fsl-qoriq-70a5dbf8120dcbba7f0720a51dae2258f9bc7893.tar.xz
gpio: tegra: remove useless includes of <mach/*.h>
Nothing from these files is needed, so remove the includes. 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: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-tegra.c')
-rw-r--r--drivers/gpio/gpio-tegra.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c
index dc5184d..d982593 100644
--- a/drivers/gpio/gpio-tegra.c
+++ b/drivers/gpio/gpio-tegra.c
@@ -30,9 +30,6 @@
#include <asm/mach/irq.h>
-#include <mach/iomap.h>
-#include <mach/suspend.h>
-
#define GPIO_BANK(x) ((x) >> 5)
#define GPIO_PORT(x) (((x) >> 3) & 0x3)
#define GPIO_BIT(x) ((x) & 0x7)