diff options
author | Wolfgang Denk <wd@denx.de> | 2011-12-19 12:03:40 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-12-19 12:03:40 +0100 |
commit | 6b62b9a31de421bc3646c4dc1063c6d037de62b3 (patch) | |
tree | e749aec12da01acbc8326a418eeed866a2752dab /arch/arm/include/asm/arch-davinci/da8xx-fb.h | |
parent | 10879aa21ca22bdc631336d203b1742b16f91a30 (diff) | |
download | blackbird-obmc-uboot-6b62b9a31de421bc3646c4dc1063c6d037de62b3.tar.gz blackbird-obmc-uboot-6b62b9a31de421bc3646c4dc1063c6d037de62b3.zip |
Coding Style cleanup
Fix trailing white space, indentation by spaces instead of TABs,
excessive blank lines, trailing blank lines.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-davinci/da8xx-fb.h')
-rw-r--r-- | arch/arm/include/asm/arch-davinci/da8xx-fb.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ - |