diff options
Diffstat (limited to 'drivers/video/s3c-fb.c')
-rw-r--r-- | drivers/video/s3c-fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c index d23fd46ecf74..6d2479d9aa7a 100644 --- a/drivers/video/s3c-fb.c +++ b/drivers/video/s3c-fb.c | |||
@@ -1910,7 +1910,7 @@ static struct s3c_fb_driverdata s3c_fb_data_exynos4 = { | |||
1910 | static struct s3c_fb_driverdata s3c_fb_data_exynos5 = { | 1910 | static struct s3c_fb_driverdata s3c_fb_data_exynos5 = { |
1911 | .variant = { | 1911 | .variant = { |
1912 | .nr_windows = 5, | 1912 | .nr_windows = 5, |
1913 | .vidtcon = VIDTCON0, | 1913 | .vidtcon = FIMD_V8_VIDTCON0, |
1914 | .wincon = WINCON(0), | 1914 | .wincon = WINCON(0), |
1915 | .winmap = WINxMAP(0), | 1915 | .winmap = WINxMAP(0), |
1916 | .keycon = WKEYCON, | 1916 | .keycon = WKEYCON, |