From: Marek Vasut Date: Thu, 7 Dec 2006 01:14:01 +0000 (-0800) Subject: ARM: OMAP: PalmZ71 extra brace fix X-Git-Tag: v2.6.21-omap1~95^2~62 X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=69a39268177b10da9a20837bebb688d1c4c53cc1;p=linux-2.6-omap-h63xx.git ARM: OMAP: PalmZ71 extra brace fix There is one extra brace in z71 board file, this patch fixes it. Signed-off-by: Marek Vasut Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index d02eb349889..5d73e8c5e57 100644 --- 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",