projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
458f7f8
)
arm: versatile : Fix typo introduced in irq namespace cleanup
author
Grant Likely
<
[email protected]
>
Wed, 30 Mar 2011 06:02:29 +0000
(
00:02
-0600)
committer
Thomas Gleixner
<
[email protected]
>
Wed, 30 Mar 2011 10:02:15 +0000
(12:02 +0200)
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 <
[email protected]
>
Cc: Catalin Marinas <
[email protected]
>
Cc: Russell King <
[email protected]
>
Cc:
[email protected]
LKML-Reference: <
20110330060229
.27397.7628.stgit@ponder>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/arm/mach-versatile/core.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-versatile/core.c
b/arch/arm/mach-versatile/core.c
index 96e59e3ee4f551d0c72e3f0960ea5ebe953ff308..eb7ffa0ee8b544d77caf42cc542892413b055952 100644
(file)
--- 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 cha
r_
lcd_resources[] = {
{
.start = VERSATILE_CHAR_LCD_BASE,
.end = (VERSATILE_CHAR_LCD_BASE + SZ_4K - 1),