[PATCH 04/42] drm/omap: omapdss.h: remove omap_hdmi_init

2016-03-07 Thread Laurent Pinchart
Hi Tomi,

Thank you for the patch.

On Monday 22 February 2016 19:10:10 Tomi Valkeinen wrote:
> omap_hdmi_init() function does not exist anymore, so we can remove the
> declaration.
> 
> Signed-off-by: Tomi Valkeinen 

Acked-by: Laurent Pinchart 

> ---
>  include/video/omapdss.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/video/omapdss.h b/include/video/omapdss.h
> index 07c7d993c021..7a2724e1622f 100644
> --- a/include/video/omapdss.h
> +++ b/include/video/omapdss.h
> @@ -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 */

-- 
Regards,

Laurent Pinchart



[PATCH 04/42] drm/omap: omapdss.h: remove omap_hdmi_init

2016-02-22 Thread Tomi Valkeinen
omap_hdmi_init() function does not exist anymore, so we can remove the
declaration.

Signed-off-by: Tomi Valkeinen 
---
 include/video/omapdss.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 07c7d993c021..7a2724e1622f 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -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 */
-- 
2.5.0