Skip to content

Commit

Permalink
ARM: tegra: fix compilation error due to mach/hardware.h removal
Browse files Browse the repository at this point in the history
This fixes a compilation error in cpu-tegra.c which was introduced in
dc8d966 ("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>
  • Loading branch information
marvintwentyfour authored and torvalds committed Oct 10, 2011
1 parent 84c8611 commit 3faf12c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-tegra/cpu-tegra.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 3faf12c

Please sign in to comment.