diff options
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, | |||
394 | return 0; | 394 | return 0; |
395 | } | 395 | } |
396 | 396 | ||
397 | static int mipi_display_on(struct sh_mobile_lcdc_entity *entity, | 397 | static int mipi_display_on(struct sh_mobile_lcdc_entity *entity) |
398 | struct fb_info *info) | ||
399 | { | 398 | { |
400 | struct sh_mipi *mipi = to_sh_mipi(entity); | 399 | struct sh_mipi *mipi = to_sh_mipi(entity); |
401 | struct sh_mipi_dsi_info *pdata = mipi->pdev->dev.platform_data; | 400 | struct sh_mipi_dsi_info *pdata = mipi->pdev->dev.platform_data; |