git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d141441
)
ARM: OMAP: PalmZ71 extra brace fix
author
Marek Vasut
<marek.vasut@gmail.com>
Thu, 7 Dec 2006 01:14:01 +0000
(17:14 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 29 Mar 2007 13:30:29 +0000
(09:30 -0400)
There is one extra brace in z71 board file, this patch fixes it.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-palmz71.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/board-palmz71.c
b/arch/arm/mach-omap1/board-palmz71.c
index
d02eb34
..
5d73e8c
100644
(file)
--- a/
arch/arm/mach-omap1/board-palmz71.c
+++ b/
arch/arm/mach-omap1/board-palmz71.c
@@
-251,7
+251,7
@@
static const struct ads7846_platform_data palmz71_ts_info = {
.get_pendown_state = palmz71_get_pendown_state,
};
-static struct spi_board_info __initdata palmz71_boardinfo[] = {
{
+static struct spi_board_info __initdata palmz71_boardinfo[] = {
{
/* MicroWire (bus 2) CS0 has an ads7846e */
.modalias = "ads7846",