VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Tomi Valkeinen <tomi.valkeinen@ti.com> 2015-12-09 19:23:44 +0200 committer: Tomi Valkeinen <tomi.valkeinen@ti.com> 2015-12-29 11:07:46 +0200 commit: fc6caa0b5b9b234fc9efff4342956d5d06112137 parent: f76ee892a99e68b55402b8d4b8aeffcae2aff34d
Commit Summary:
omapdss: remove CONFIG_OMAP2_DSS_VENC from omapdss.h
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index bbf942ebdd28..295b41e20d8e 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -368,14 +368,12 @@ struct omap_video_timings {
 	enum omap_dss_signal_edge sync_pclk_edge;
 };
 
-#ifdef CONFIG_OMAP2_DSS_VENC
 /* Hardcoded timings for tv modes. Venc only uses these to
  * identify the mode, and does not actually use the configs
  * itself. However, the configs should be something that
  * a normal monitor can also show */
 extern const struct omap_video_timings omap_dss_pal_timings;
 extern const struct omap_video_timings omap_dss_ntsc_timings;
-#endif
 
 struct omap_dss_cpr_coefs {
 	s16 rr, rg, rb;