aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/omapdss.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 6d7297fb89db..33958045a406 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -987,12 +987,6 @@ int dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi,
987#define to_dss_driver(x) container_of((x), struct omap_dss_driver, driver) 987#define to_dss_driver(x) container_of((x), struct omap_dss_driver, driver)
988#define to_dss_device(x) container_of((x), struct omap_dss_device, old_dev) 988#define to_dss_device(x) container_of((x), struct omap_dss_device, old_dev)
989 989
990int omapdss_sdi_display_enable(struct omap_dss_device *dssdev);
991void omapdss_sdi_display_disable(struct omap_dss_device *dssdev);
992void omapdss_sdi_set_timings(struct omap_dss_device *dssdev,
993 struct omap_video_timings *timings);
994void omapdss_sdi_set_datapairs(struct omap_dss_device *dssdev, int datapairs);
995
996int omapdss_rfbi_display_enable(struct omap_dss_device *dssdev); 990int omapdss_rfbi_display_enable(struct omap_dss_device *dssdev);
997void omapdss_rfbi_display_disable(struct omap_dss_device *dssdev); 991void omapdss_rfbi_display_disable(struct omap_dss_device *dssdev);
998int omap_rfbi_update(struct omap_dss_device *dssdev, void (*callback)(void *), 992int omap_rfbi_update(struct omap_dss_device *dssdev, void (*callback)(void *),