summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/reset.c
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2012-02-02 18:55:00 -0800
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-02-13 07:04:59 -0800
commit70d7047993252be0014593f6b7dfc5c2f31e6b52 (patch)
tree9e1193937b8c97acb14e441200cb7988a8847155 /arch/arm/mach-tegra/reset.c
parent2b4ee6d7eae39d7805a30fbfcfdeaeb0e32cc719 (diff)
ARM: tegra: Clean up CACHE_L2X0 conditionals and includes
Change-Id: I9862e73f264c757f97aaad03f3373fb1d3e95462 Signed-off-by: Scott Williams <scwilliams@nvidia.com> Reviewed-on: http://git-master/r/79138 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/reset.c')
-rw-r--r--arch/arm/mach-tegra/reset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/reset.c b/arch/arm/mach-tegra/reset.c
index c44a3de07873..3ab2c132d629 100644
--- a/arch/arm/mach-tegra/reset.c
+++ b/arch/arm/mach-tegra/reset.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/reset.c
*
- * Copyright (C) 2011 NVIDIA Corporation.
+ * Copyright (C) 2011-2012 NVIDIA Corporation.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -20,7 +20,6 @@
#include <linux/bitops.h>
#include <asm/cacheflush.h>
-#include <asm/hardware/cache-l2x0.h>
#include <mach/iomap.h>