public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Grant Likely <grant.likely@secretlab.ca>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, grant.likely@secretlab.ca,
	hpa@zytor.com, mingo@redhat.com, linux@arm.linux.org.uk,
	catalin.marinas@arm.com, tglx@linutronix.de
Subject: [tip:irq/urgent] arm: versatile : Fix typo introduced in irq namespace cleanup
Date: Wed, 30 Mar 2011 10:24:49 GMT	[thread overview]
Message-ID: <tip-e282326600f31ab38d8814fd6deb277a48850c35@git.kernel.org> (raw)
In-Reply-To: <20110330060229.27397.7628.stgit@ponder>

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),

      parent reply	other threads:[~2011-03-30 10:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-bot for Grant Likely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-e282326600f31ab38d8814fd6deb277a48850c35@git.kernel.org \
    --to=grant.likely@secretlab.ca \
    --cc=catalin.marinas@arm.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox