[PATCH] video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_check_var() declaration

Helge Deller deller at gmx.de
Tue Apr 12 05:56:13 UTC 2022


On 4/11/22 14:58, Geert Uytterhoeven wrote:
> As of commit 0fe66f327c464943 ("fbdev/sh_mobile: remove
> sh_mobile_lcdc_display_notify"), there is no longer a need for a foward
> declaration of sh_mobile_lcdc_check_var().
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>

applied.

Thanks!
Helge

> ---
>  drivers/video/fbdev/sh_mobile_lcdcfb.c | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/drivers/video/fbdev/sh_mobile_lcdcfb.c b/drivers/video/fbdev/sh_mobile_lcdcfb.c
> index aa4ebe3192ec9735..9a4417430b4e948f 100644
> --- a/drivers/video/fbdev/sh_mobile_lcdcfb.c
> +++ b/drivers/video/fbdev/sh_mobile_lcdcfb.c
> @@ -531,9 +531,6 @@ static void sh_mobile_lcdc_display_off(struct sh_mobile_lcdc_chan *ch)
>  		ch->tx_dev->ops->display_off(ch->tx_dev);
>  }
>
> -static int sh_mobile_lcdc_check_var(struct fb_var_screeninfo *var,
> -				    struct fb_info *info);
> -
>  /* -----------------------------------------------------------------------------
>   * Format helpers
>   */



More information about the dri-devel mailing list