diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-11-04 17:10:56 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-12-29 11:06:29 +0200 |
commit | 98c2835ede2427badb3bf57974f155a0011193c7 (patch) | |
tree | ef0b70a80f548fb6307b79210168f2118787ac67 /include/video | |
parent | f2d580a1b0f3c10c57fd89cd2e7389a4fa9b94f3 (diff) | |
download | op-kernel-dev-98c2835ede2427badb3bf57974f155a0011193c7.zip op-kernel-dev-98c2835ede2427badb3bf57974f155a0011193c7.tar.gz |
OMAPDSS: make a two dss feat funcs internal to omapdss
dss_feat_get_supported_displays() and dss_feat_get_supported_outputs()
are not used outside omapdss, but are exported. We can thus remove the
export and move the declarations to the omapdss internal header.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 0fedd93..bbf942e 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -867,8 +867,6 @@ void omap_video_timings_to_videomode(const struct omap_video_timings *ovt, int dss_feat_get_num_mgrs(void); int dss_feat_get_num_ovls(void); -enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel); -enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel); enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane); |