[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110330060229.27397.7628.stgit@ponder>
Date: Wed, 30 Mar 2011 00:02:29 -0600
From: Grant Likely <grant.likely@...retlab.ca>
To: Catalin Marinas <catalin.marinas@....com>,
Russell King <linux@....linux.org.uk>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Cc: Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH] arm: fix build failure introduced by typo in irq namespace
cleanup.
Commit 6845664a6a7d443f03883db59d10749d38d98b8e, "arm: Cleanup the irq
namespace" introduces a typo causing a build failure for the versatile
platform.
Signed-off-by: Grant Likely <grant.likely@...retlab.ca>
---
arch/arm/mach-versatile/core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-versatile/core.c b/arch/arm/mach-versatile/core.c
index 96e59e3..eb7ffa0 100644
--- a/arch/arm/mach-versatile/core.c
+++ b/arch/arm/mach-versatile/core.c
@@ -314,7 +314,7 @@ static struct mmci_platform_data mmc0_plat_data = {
.gpio_cd = -1,
};
-static struct resource chalcd_resources[] = {
+static struct resource char_lcd_resources[] = {
{
.start = VERSATILE_CHAR_LCD_BASE,
.end = (VERSATILE_CHAR_LCD_BASE + SZ_4K - 1),
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists