From: Marek Vasut Date: Wed, 1 Nov 2006 20:28:44 +0000 (+0200) Subject: ARM: OMAP: PalmZ71 extra brace fix X-Git-Tag: v2.6.19-omap1~87 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b167b800c6183a14bcda300b89cd3065a346d470;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 38246676914..69169d0cb73 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",