aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2014-07-01 18:53:17 -0400
committerKukjin Kim <kgene.kim@samsung.com>2014-07-12 18:35:15 -0400
commitf86e0add813a3cc0e338089fa6c0928f5f6dc52d (patch)
tree2059a8897c7a77bcb32a71f0d3e9a28321dfacb4 /include/video
parente393bc090088f731299def1cf466d45707cd9a6d (diff)
video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codes
This patch removes fimd and fb codes for s5pc100 SoC. Acked-by: Jingoo Han <jg1.han@samsung.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/samsung_fimd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/samsung_fimd.h b/include/video/samsung_fimd.h
index b0393209679b..8af0c6155eed 100644
--- a/include/video/samsung_fimd.h
+++ b/include/video/samsung_fimd.h
@@ -107,7 +107,7 @@
107#define VIDCON2_ORGYCbCr (1 << 8) 107#define VIDCON2_ORGYCbCr (1 << 8)
108#define VIDCON2_YUVORDCrCb (1 << 7) 108#define VIDCON2_YUVORDCrCb (1 << 7)
109 109
110/* PRTCON (S3C6410, S5PC100) 110/* PRTCON (S3C6410)
111 * Might not be present in the S3C6410 documentation, 111 * Might not be present in the S3C6410 documentation,
112 * but tests prove it's there almost for sure; shouldn't hurt in any case. 112 * but tests prove it's there almost for sure; shouldn't hurt in any case.
113 */ 113 */