drm/omap: omapdss.h: remove omap_hdmi_init
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 18 Feb 2016 14:27:53 +0000 (16:27 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 3 Mar 2016 15:38:20 +0000 (17:38 +0200)
omap_hdmi_init() function does not exist anymore, so we can remove the
declaration.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
include/video/omapdss.h

index 07c7d99..7a2724e 100644 (file)
@@ -332,8 +332,6 @@ struct omap_dss_board_info {
 
 /* Init with the board info */
 extern int omap_display_init(struct omap_dss_board_info *board_data);
-/* HDMI mux init*/
-extern int omap_hdmi_init(enum omap_hdmi_flags flags);
 
 struct omap_video_timings {
        /* Unit: pixels */