Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffebabe0 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Russell King
Browse files

[ARM] lubbock: fix compilation



arch/arm/mach-pxa/lubbock.c:399: error: expected '}' before ';' token

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d9cadb0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -396,7 +396,7 @@ static struct pxafb_mach_info sharp_lm8v31 = {
	.cmap_inverse	= 0,
	.cmap_static	= 0,
	.lcd_conn	= LCD_COLOR_DSTN_16BPP | LCD_PCLK_EDGE_FALL |
			  LCD_AC_BIAS_FREQ(255);
			  LCD_AC_BIAS_FREQ(255),
};

#define	MMC_POLL_RATE		msecs_to_jiffies(1000)