diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/video/omapdss.h | 4 |
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 | ||
| 735 | int omapdss_dpi_display_enable(struct omap_dss_device *dssdev); | 735 | int omapdss_dpi_display_enable(struct omap_dss_device *dssdev); |
| 736 | void omapdss_dpi_display_disable(struct omap_dss_device *dssdev); | 736 | void omapdss_dpi_display_disable(struct omap_dss_device *dssdev); |
| 737 | void dpi_set_timings(struct omap_dss_device *dssdev, | 737 | void omapdss_dpi_set_timings(struct omap_dss_device *dssdev, |
| 738 | struct omap_video_timings *timings); | 738 | struct omap_video_timings *timings); |
| 739 | int dpi_check_timings(struct omap_dss_device *dssdev, | 739 | int dpi_check_timings(struct omap_dss_device *dssdev, |
| 740 | struct omap_video_timings *timings); | 740 | struct omap_video_timings *timings); |
| 741 | 741 | ||
