aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/omapdss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index a6267a2d292b..be2cb6b7fba5 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -734,8 +734,8 @@ void omapdss_dsi_display_disable(struct omap_dss_device *dssdev,
734 734
735int omapdss_dpi_display_enable(struct omap_dss_device *dssdev); 735int omapdss_dpi_display_enable(struct omap_dss_device *dssdev);
736void omapdss_dpi_display_disable(struct omap_dss_device *dssdev); 736void omapdss_dpi_display_disable(struct omap_dss_device *dssdev);
737void dpi_set_timings(struct omap_dss_device *dssdev, 737void omapdss_dpi_set_timings(struct omap_dss_device *dssdev,
738 struct omap_video_timings *timings); 738 struct omap_video_timings *timings);
739int dpi_check_timings(struct omap_dss_device *dssdev, 739int dpi_check_timings(struct omap_dss_device *dssdev,
740 struct omap_video_timings *timings); 740 struct omap_video_timings *timings);
741 741