mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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;
|
||||
int max_brightness;
|
||||
int (*set_brightness)(int brightness);
|
||||
int (*get_brightness)(void);
|
||||
};
|
||||
|
||||
struct sh_mobile_lcdc_overlay_cfg {
|
||||
|
Loading…
Reference in New Issue
Block a user