From 6b62b9a31de421bc3646c4dc1063c6d037de62b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 19 Dec 2011 12:03:40 +0100 Subject: Coding Style cleanup Fix trailing white space, indentation by spaces instead of TABs, excessive blank lines, trailing blank lines. Signed-off-by: Wolfgang Denk --- arch/arm/include/asm/arch-davinci/da8xx-fb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/include/asm/arch-davinci/da8xx-fb.h') diff --git a/arch/arm/include/asm/arch-davinci/da8xx-fb.h b/arch/arm/include/asm/arch-davinci/da8xx-fb.h index 6d2327c8c0..a9181d89c5 100644 --- a/arch/arm/include/asm/arch-davinci/da8xx-fb.h +++ b/arch/arm/include/asm/arch-davinci/da8xx-fb.h @@ -123,4 +123,3 @@ struct lcd_sync_arg { void da8xx_video_init(const struct da8xx_panel *panel, int bits_pixel); #endif /* ifndef DA8XX_FB_H */ - -- cgit