aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-s3c2410/fb.h3
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
53struct s3c2410fb_mach_info { 51struct 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 */