diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-16 04:29:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:17 -0400 |
commit | e92e739514baed2be83cfb269db003c73dd885c2 (patch) | |
tree | 722f158a6ba32d4266b4067e01eba7482e5c5130 /include/asm-arm/arch-s3c2410 | |
parent | 93d11f5a15020a514e522e678b2b3e7a1bc01f86 (diff) |
s3c2410fb: remove lcdcon2 and lcdcon3 register fields
This patch removes unused lcdcon2 and lcdcon3 register value
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 'include/asm-arm/arch-s3c2410')
-rw-r--r-- | include/asm-arm/arch-s3c2410/fb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm/arch-s3c2410/fb.h b/include/asm-arm/arch-s3c2410/fb.h index 8a7fa1be5177..6f022bd3b2c0 100644 --- a/include/asm-arm/arch-s3c2410/fb.h +++ b/include/asm-arm/arch-s3c2410/fb.h | |||
@@ -45,13 +45,10 @@ struct s3c2410fb_display { | |||
45 | 45 | ||
46 | /* lcd configuration registers */ | 46 | /* lcd configuration registers */ |
47 | unsigned long lcdcon1; | 47 | unsigned long lcdcon1; |
48 | unsigned long lcdcon2; | ||
49 | unsigned long lcdcon4; | ||
50 | unsigned long lcdcon5; | 48 | unsigned long lcdcon5; |
51 | }; | 49 | }; |
52 | 50 | ||
53 | struct s3c2410fb_mach_info { | 51 | struct s3c2410fb_mach_info { |
54 | unsigned char fixed_syncs; /* do not update sync/border */ | ||
55 | 52 | ||
56 | struct s3c2410fb_display *displays; /* attached diplays info */ | 53 | struct s3c2410fb_display *displays; /* attached diplays info */ |
57 | unsigned num_displays; /* number of defined displays */ | 54 | unsigned num_displays; /* number of defined displays */ |