diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-09-18 12:26:50 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 22:40:51 +0100 |
commit | 5864ace19a2546912308e94432c1cf52d5945afe (patch) | |
tree | bc8e9e3fecfef8f9cdea0c4720ddd2e18da0bf46 /drivers/video/sh_mipi_dsi.c | |
parent | bce95fe838a5ca84e57411338b953be672c2a5eb (diff) | |
download | linux-rt-5864ace19a2546912308e94432c1cf52d5945afe.tar.gz |
fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operation
The parameter is unused, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/video/sh_mipi_dsi.c')
-rw-r--r-- | drivers/video/sh_mipi_dsi.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; |