Skip to content

Commit c40b653

Browse files
geertuhdeller
authored andcommitted
video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_check_var() declaration
As of commit 0fe66f3 ("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@glider.be> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 15cf0b8 commit c40b653

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/video/fbdev/sh_mobile_lcdcfb.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,6 @@ static void sh_mobile_lcdc_display_off(struct sh_mobile_lcdc_chan *ch)
531531
ch->tx_dev->ops->display_off(ch->tx_dev);
532532
}
533533

534-
static int sh_mobile_lcdc_check_var(struct fb_var_screeninfo *var,
535-
struct fb_info *info);
536-
537534
/* -----------------------------------------------------------------------------
538535
* Format helpers
539536
*/

0 commit comments

Comments
 (0)