From: desrt@desrt.ca (Ryan Lortie)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: imx35: fix trivial copy/paste error
Date: Sat, 26 Feb 2011 19:41:53 -0500 [thread overview]
Message-ID: <1298767313-16351-3-git-send-email-desrt@desrt.ca> (raw)
In-Reply-To: <1298767313-16351-1-git-send-email-desrt@desrt.ca>
Change imx31_add_imx_keypad() to imx35_add_imx_keypad() in
mach-mx3/devices-imx35.h.
Signed-off-by: Ryan Lortie <desrt@desrt.ca>
---
arch/arm/mach-mx3/devices-imx35.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-mx3/devices-imx35.h b/arch/arm/mach-mx3/devices-imx35.h
index 677b18a..d545d86 100644
--- a/arch/arm/mach-mx3/devices-imx35.h
+++ b/arch/arm/mach-mx3/devices-imx35.h
@@ -35,7 +35,7 @@ extern const struct imx_imx_i2c_data imx35_imx_i2c_data[] __initconst;
#define imx35_add_imx_i2c2(pdata) imx35_add_imx_i2c(2, pdata)
extern const struct imx_imx_keypad_data imx35_imx_keypad_data __initconst;
-#define imx31_add_imx_keypad(pdata) \
+#define imx35_add_imx_keypad(pdata) \
imx_add_imx_keypad(&imx35_imx_keypad_data, pdata)
extern const struct imx_imx_ssi_data imx35_imx_ssi_data[] __initconst;
--
1.7.4.1
next prev parent reply other threads:[~2011-02-27 0:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-27 0:41 Some trivial ARM fixes Ryan Lortie
2011-02-27 0:41 ` [PATCH 1/2] ARM: imx35: fix ATA_DATA3 pad control address Ryan Lortie
2011-02-27 5:18 ` Marc Reilly
2011-02-27 0:41 ` Ryan Lortie [this message]
2011-02-28 8:13 ` [PATCH 2/2] ARM: imx35: fix trivial copy/paste error Uwe Kleine-König
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=1298767313-16351-3-git-send-email-desrt@desrt.ca \
--to=desrt@desrt.ca \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).