diff options
author | Marc Dietrich <marvin24@gmx.de> | 2011-10-07 08:31:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-10 14:46:25 +1200 |
commit | 3faf12cd8603e3efbcc7e570e07dfd1ea2a17095 (patch) | |
tree | 16462f144e3b513516a62daa9d0edc873e18be5e | |
parent | 84c861161404658c866835bf9ca07eb487added8 (diff) | |
download | linux-3.10-3faf12cd8603e3efbcc7e570e07dfd1ea2a17095.tar.gz linux-3.10-3faf12cd8603e3efbcc7e570e07dfd1ea2a17095.tar.bz2 linux-3.10-3faf12cd8603e3efbcc7e570e07dfd1ea2a17095.zip |
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>
-rw-r--r-- | arch/arm/mach-tegra/cpu-tegra.c | 1 |
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 0e1016a827a..0e0fd4d889b 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 */ |