Browse Source

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>
Laurent Pinchart 13 years ago
parent
commit
f70f4711df
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/video/sh_mobile_lcdc.h

+ 0 - 1
include/video/sh_mobile_lcdc.h

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