Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3faf12c

Browse files
marvintwentyfourtorvalds
authored andcommitted
ARM: tegra: fix compilation error due to mach/hardware.h removal
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 <[email protected]> Signed-off-by: Olof Johansson <[email protected]> Cc: Sergei Shtylyov <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 84c8611 commit 3faf12c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm/mach-tegra/cpu-tegra.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
#include <asm/system.h>
3434

35-
#include <mach/hardware.h>
3635
#include <mach/clk.h>
3736

3837
/* Frequency table index must be sequential starting at 0 */

0 commit comments

Comments
 (0)