diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-08-28 01:50:17 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-14 21:35:36 +0400 |
commit | 7ff95aeb017b2cee511c10cf6a50e312ab3b1720 (patch) | |
tree | 155127607d4144315cc6597301b0bb49a0fcab48 /arch/arm/mach-tegra/timer.c | |
parent | bab53ce38e8735519aa3cfdcc5bfa438c0891086 (diff) | |
download | linux-7ff95aeb017b2cee511c10cf6a50e312ab3b1720.tar.xz |
ARM: 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>
Diffstat (limited to 'arch/arm/mach-tegra/timer.c')
-rw-r--r-- | arch/arm/mach-tegra/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/timer.c b/arch/arm/mach-tegra/timer.c index 57b5bdc13b9b..eccdce983043 100644 --- a/arch/arm/mach-tegra/timer.c +++ b/arch/arm/mach-tegra/timer.c @@ -33,7 +33,6 @@ #include <mach/iomap.h> #include <mach/irqs.h> -#include <mach/suspend.h> #include "board.h" #include "clock.h" |