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>
Este cometimento está contido em:
@@ -23,8 +23,7 @@ struct sh_mobile_lcdc_chan;
|
||||
|
||||
struct sh_mobile_lcdc_entity_ops {
|
||||
/* Display */
|
||||
int (*display_on)(struct sh_mobile_lcdc_entity *entity,
|
||||
struct fb_info *info);
|
||||
int (*display_on)(struct sh_mobile_lcdc_entity *entity);
|
||||
void (*display_off)(struct sh_mobile_lcdc_entity *entity);
|
||||
};
|
||||
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador