diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-16 04:28:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:16 -0400 |
commit | f28ef573ad09596b771b67c276bbc5f49281fa9d (patch) | |
tree | 5061be2ae82f513a8c23e220b8a97f30b08ec34a /arch/arm/mach-s3c2410/mach-amlm5900.c | |
parent | 9939a481cd66a109e4ad09328df1bd0540e0aa84 (diff) |
s3c2410fb: remove lcdcon3 register from s3c2410fb_display
This patch removes unused lcdcon3 register from the
s3c2410fb_display structure.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-amlm5900.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-amlm5900.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/arch/arm/mach-s3c2410/mach-amlm5900.c b/arch/arm/mach-s3c2410/mach-amlm5900.c index e96b413a114d..74801ce022c1 100644 --- a/arch/arm/mach-s3c2410/mach-amlm5900.c +++ b/arch/arm/mach-s3c2410/mach-amlm5900.c | |||
@@ -180,13 +180,10 @@ static struct s3c2410fb_display __initdata amlm5900_lcd_info = { | |||
180 | .left_margin = 1 << (4 + 3), | 180 | .left_margin = 1 << (4 + 3), |
181 | .right_margin = 8 << 3, | 181 | .right_margin = 8 << 3, |
182 | 182 | ||
183 | .regs = { | 183 | .lcdcon1 = 0x00008225, |
184 | .lcdcon1 = 0x00008225, | 184 | .lcdcon2 = 0x0027c000, |
185 | .lcdcon2 = 0x0027c000, | 185 | .lcdcon4 = 0x00000002, |
186 | .lcdcon3 = 0x00182708, | 186 | .lcdcon5 = 0x00000001, |
187 | .lcdcon4 = 0x00000002, | ||
188 | .lcdcon5 = 0x00000001, | ||
189 | } | ||
190 | }; | 187 | }; |
191 | 188 | ||
192 | static struct s3c2410fb_mach_info __initdata amlm5900_fb_info = { | 189 | static struct s3c2410fb_mach_info __initdata amlm5900_fb_info = { |