Commit e41e9b25 authored by Tomi Valkeinen's avatar Tomi Valkeinen

drm/omap: omapdss.h: remove omap_hdmi_init

omap_hdmi_init() function does not exist anymore, so we can remove the
declaration.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent febfd1b9
...@@ -332,8 +332,6 @@ struct omap_dss_board_info { ...@@ -332,8 +332,6 @@ struct omap_dss_board_info {
/* Init with the board info */ /* Init with the board info */
extern int omap_display_init(struct omap_dss_board_info *board_data); 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 { struct omap_video_timings {
/* Unit: pixels */ /* Unit: pixels */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment