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:
Laurent Pinchart 2012-08-15 18:13:26 +02:00
parent 6bc1e5eca2
commit f70f4711df
1 changed files with 0 additions and 1 deletions

View File

@ -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 {