fbdev: sh_mobile_lcdc: Remove unused get_brightness pdata callback
The callback isn't used anymore, remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
6bc1e5eca2
commit
f70f4711df
|
@ -163,7 +163,6 @@ struct sh_mobile_lcdc_bl_info {
|
||||||
const char *name;
|
const char *name;
|
||||||
int max_brightness;
|
int max_brightness;
|
||||||
int (*set_brightness)(int brightness);
|
int (*set_brightness)(int brightness);
|
||||||
int (*get_brightness)(void);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sh_mobile_lcdc_overlay_cfg {
|
struct sh_mobile_lcdc_overlay_cfg {
|
||||||
|
|
Loading…
Reference in New Issue