Skip to content

Commit

Permalink
fbdev: sh_mobile_lcdc: Remove unused get_brightness pdata callback
Browse files Browse the repository at this point in the history
The callback isn't used anymore, remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
  • Loading branch information
Laurent Pinchart committed Nov 21, 2012
1 parent 6bc1e5e commit f70f471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/video/sh_mobile_lcdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f70f471

Please sign in to comment.