[ARM] lubbock: fix compilation
arch/arm/mach-pxa/lubbock.c:399: error: expected '}' before ';' token Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
		
					parent
					
						
							
								d9cadb0d2f
							
						
					
				
			
			
				commit
				
					
						ffebabe0bf
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -396,7 +396,7 @@ static struct pxafb_mach_info sharp_lm8v31 = {
 | 
				
			||||||
	.cmap_inverse	= 0,
 | 
						.cmap_inverse	= 0,
 | 
				
			||||||
	.cmap_static	= 0,
 | 
						.cmap_static	= 0,
 | 
				
			||||||
	.lcd_conn	= LCD_COLOR_DSTN_16BPP | LCD_PCLK_EDGE_FALL |
 | 
						.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)
 | 
					#define	MMC_POLL_RATE		msecs_to_jiffies(1000)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue