diff options
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index b7d975755cff..6a699f537a68 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -779,9 +779,6 @@ struct omap_dss_device *omap_dss_find_device(void *data, | |||
779 | int (*match)(struct omap_dss_device *dssdev, void *data)); | 779 | int (*match)(struct omap_dss_device *dssdev, void *data)); |
780 | const char *omapdss_get_default_display_name(void); | 780 | const char *omapdss_get_default_display_name(void); |
781 | 781 | ||
782 | int omap_dss_start_device(struct omap_dss_device *dssdev); | ||
783 | void omap_dss_stop_device(struct omap_dss_device *dssdev); | ||
784 | |||
785 | void videomode_to_omap_video_timings(const struct videomode *vm, | 782 | void videomode_to_omap_video_timings(const struct videomode *vm, |
786 | struct omap_video_timings *ovt); | 783 | struct omap_video_timings *ovt); |
787 | void omap_video_timings_to_videomode(const struct omap_video_timings *ovt, | 784 | void omap_video_timings_to_videomode(const struct omap_video_timings *ovt, |