From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Thu, 6 Oct 2011 19:23:19 -0700 Subject: [PATCH] ARM: tegra: fix compilation error due to mach/hardware.h removal Message-ID: <1317954199-25284-1-git-send-email-olof@lixom.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Marc Dietrich This fixes a compilation error in cpu-tegra.c which was introduced in commit dc8d966bccde0b8b6c9e8c6e663c747030c17435 which removed the now obsolete mach/hardware.h from the mach-tegra subtree. Signed-off-by: Marc Dietrich Signed-off-by: Olof Johansson --- Linus, last minute build fix. Not sure of Arnd is planning another merge before release so sending directly. 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 0e1016a..0e0fd4d 100644 --- a/arch/arm/mach-tegra/cpu-tegra.c +++ b/arch/arm/mach-tegra/cpu-tegra.c @@ -32,7 +32,6 @@ #include -#include #include /* Frequency table index must be sequential starting at 0 */ -- 1.7.4.1