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>

authored by Marc Dietrich and committed by Linus Torvalds 3faf12cd 84c86116

-1
-1
arch/arm/mach-tegra/cpu-tegra.c
··· 32 33 #include <asm/system.h> 34 35 - #include <mach/hardware.h> 36 #include <mach/clk.h> 37 38 /* Frequency table index must be sequential starting at 0 */
··· 32 33 #include <asm/system.h> 34 35 #include <mach/clk.h> 36 37 /* Frequency table index must be sequential starting at 0 */