diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-08-27 23:50:17 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-14 19:35:36 +0200 |
commit | 7ff95aeb017b2cee511c10cf6a50e312ab3b1720 (patch) | |
tree | 155127607d4144315cc6597301b0bb49a0fcab48 /arch/arm/mach-tegra/timer.c | |
parent | ARM: tegra: remove dead code (diff) | |
download | linux-7ff95aeb017b2cee511c10cf6a50e312ab3b1720.tar.xz linux-7ff95aeb017b2cee511c10cf6a50e312ab3b1720.zip |
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" |