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_mipi_dsi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/video/sh_mipi_dsi.c') diff --git a/drivers/video/sh_mipi_dsi.c b/drivers/video/sh_mipi_dsi.c index ad09a05afd5f..1ede247547f9 100644 --- a/drivers/video/sh_mipi_dsi.c +++ b/drivers/video/sh_mipi_dsi.c @@ -394,8 +394,7 @@ static int __init sh_mipi_setup(struct sh_mipi *mipi, return 0; } -static int mipi_display_on(struct sh_mobile_lcdc_entity *entity, - struct fb_info *info) +static int mipi_display_on(struct sh_mobile_lcdc_entity *entity) { struct sh_mipi *mipi = to_sh_mipi(entity); struct sh_mipi_dsi_info *pdata = mipi->pdev->dev.platform_data; -- cgit v1.2.1