summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2011-10-07 08:31:41 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-10 14:46:25 +1200
commit3faf12cd8603e3efbcc7e570e07dfd1ea2a17095 (patch)
tree16462f144e3b513516a62daa9d0edc873e18be5e /arch
parent84c861161404658c866835bf9ca07eb487added8 (diff)
ARM: tegra: fix compilation error due to mach/hardware.h removal
This fixes a compilation error in cpu-tegra.c which was introduced in dc8d966bccde ("ARM: convert PCI defines to variables") which removed the now obsolete mach/hardware.h from the mach-tegra subtree. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net> Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/cpu-tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra.c b/arch/arm/mach-tegra/cpu-tegra.c
index 0e1016a827ac..0e0fd4d889bd 100644
--- a/arch/arm/mach-tegra/cpu-tegra.c
+++ b/arch/arm/mach-tegra/cpu-tegra.c
@@ -32,7 +32,6 @@
#include <asm/system.h>
-#include <mach/hardware.h>
#include <mach/clk.h>
/* Frequency table index must be sequential starting at 0 */