diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-16 01:29:01 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 09:43:17 -0700 |
commit | e92e739514baed2be83cfb269db003c73dd885c2 (patch) | |
tree | 722f158a6ba32d4266b4067e01eba7482e5c5130 /include | |
parent | 93d11f5a15020a514e522e678b2b3e7a1bc01f86 (diff) | |
download | linux-3.10-e92e739514baed2be83cfb269db003c73dd885c2.tar.gz linux-3.10-e92e739514baed2be83cfb269db003c73dd885c2.tar.bz2 linux-3.10-e92e739514baed2be83cfb269db003c73dd885c2.zip |
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')
-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 8a7fa1be517..6f022bd3b2c 100644 --- a/include/asm-arm/arch-s3c2410/fb.h +++ b/include/asm-arm/arch-s3c2410/fb.h @@ -45,13 +45,10 @@ struct s3c2410fb_display { /* lcd configuration registers */ unsigned long lcdcon1; - unsigned long lcdcon2; - unsigned long lcdcon4; unsigned long lcdcon5; }; struct s3c2410fb_mach_info { - unsigned char fixed_syncs; /* do not update sync/border */ struct s3c2410fb_display *displays; /* attached diplays info */ unsigned num_displays; /* number of defined displays */ |