From 5864ace19a2546912308e94432c1cf52d5945afe Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 18 Sep 2011 12:26:50 +0200 Subject: fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operation The parameter is unused, remove it. Signed-off-by: Laurent Pinchart --- drivers/video/sh_mobile_lcdcfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/sh_mobile_lcdcfb.c') diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c index 1ecc71ec41ff..03ee3826fb62 100644 --- a/drivers/video/sh_mobile_lcdcfb.c +++ b/drivers/video/sh_mobile_lcdcfb.c @@ -338,7 +338,7 @@ static void sh_mobile_lcdc_display_on(struct sh_mobile_lcdc_chan *ch) struct sh_mobile_lcdc_panel_cfg *panel = &ch->cfg.panel_cfg; if (ch->tx_dev) { - if (ch->tx_dev->ops->display_on(ch->tx_dev, ch->info) < 0) + if (ch->tx_dev->ops->display_on(ch->tx_dev) < 0) return; } -- cgit v1.2.3