* [PATCH] arm: fix build failure introduced by typo in irq namespace cleanup.
@ 2011-03-30 6:02 Grant Likely
2011-03-30 9:08 ` Thomas Gleixner
2011-03-30 10:24 ` [tip:irq/urgent] arm: versatile : Fix typo introduced " tip-bot for Grant Likely
0 siblings, 2 replies; 4+ messages in thread
From: Grant Likely @ 2011-03-30 6:02 UTC (permalink / raw)
To: Catalin Marinas, Russell King, linux-kernel, linux-arm-kernel
Cc: Thomas Gleixner
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@secretlab.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),
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] arm: fix build failure introduced by typo in irq namespace cleanup.
2011-03-30 6:02 [PATCH] arm: fix build failure introduced by typo in irq namespace cleanup Grant Likely
@ 2011-03-30 9:08 ` Thomas Gleixner
2011-03-30 9:12 ` Russell King - ARM Linux
2011-03-30 10:24 ` [tip:irq/urgent] arm: versatile : Fix typo introduced " tip-bot for Grant Likely
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Gleixner @ 2011-03-30 9:08 UTC (permalink / raw)
To: Grant Likely
Cc: Catalin Marinas, Russell King, linux-kernel, linux-arm-kernel
On Wed, 30 Mar 2011, Grant Likely wrote:
> Commit 6845664a6a7d443f03883db59d10749d38d98b8e, "arm: Cleanup the irq
> namespace" introduces a typo causing a build failure for the versatile
> platform.
Sorry about that. I have no clue how I fatfingered that in last
minute.
rmk: are you picking it up or should I push it linuswards with the
other fixups ?
Thanks,
tglx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm: fix build failure introduced by typo in irq namespace cleanup.
2011-03-30 9:08 ` Thomas Gleixner
@ 2011-03-30 9:12 ` Russell King - ARM Linux
0 siblings, 0 replies; 4+ messages in thread
From: Russell King - ARM Linux @ 2011-03-30 9:12 UTC (permalink / raw)
To: Thomas Gleixner
Cc: Grant Likely, Catalin Marinas, linux-kernel, linux-arm-kernel
On Wed, Mar 30, 2011 at 11:08:07AM +0200, Thomas Gleixner wrote:
> On Wed, 30 Mar 2011, Grant Likely wrote:
>
> > Commit 6845664a6a7d443f03883db59d10749d38d98b8e, "arm: Cleanup the irq
> > namespace" introduces a typo causing a build failure for the versatile
> > platform.
>
> Sorry about that. I have no clue how I fatfingered that in last
> minute.
>
> rmk: are you picking it up or should I push it linuswards with the
> other fixups ?
If you have other fixes which you're already sending, you might as well
include those. Linus hasn't pulled my stuff from last night so I'm not
touching my tree today.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [tip:irq/urgent] arm: versatile : Fix typo introduced in irq namespace cleanup
2011-03-30 6:02 [PATCH] arm: fix build failure introduced by typo in irq namespace cleanup Grant Likely
2011-03-30 9:08 ` Thomas Gleixner
@ 2011-03-30 10:24 ` tip-bot for Grant Likely
1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Grant Likely @ 2011-03-30 10:24 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, grant.likely, hpa, mingo, linux, catalin.marinas,
tglx
Commit-ID: e282326600f31ab38d8814fd6deb277a48850c35
Gitweb: http://git.kernel.org/tip/e282326600f31ab38d8814fd6deb277a48850c35
Author: Grant Likely <grant.likely@secretlab.ca>
AuthorDate: Wed, 30 Mar 2011 00:02:29 -0600
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 30 Mar 2011 12:02:15 +0200
arm: versatile : Fix typo introduced in irq namespace cleanup
Commit 6845664(arm: Cleanup the irq namespace) introduces a typo
causing a build failure for the versatile platform.
[ tglx: Sorry, my bad. Have no idea how I fatfingered that ]
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
LKML-Reference: <20110330060229.27397.7628.stgit@ponder>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
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),
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-30 10:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 6:02 [PATCH] arm: fix build failure introduced by typo in irq namespace cleanup Grant Likely
2011-03-30 9:08 ` Thomas Gleixner
2011-03-30 9:12 ` Russell King - ARM Linux
2011-03-30 10:24 ` [tip:irq/urgent] arm: versatile : Fix typo introduced " tip-bot for Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox