From: Laurent Pinchart Date: Wed, 15 Aug 2012 16:13:26 +0000 (+0200) Subject: fbdev: sh_mobile_lcdc: Remove unused get_brightness pdata callback X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f70f4711df527b914486bf5381ec9a4911915c7d;p=deliverable%2Flinux.git fbdev: sh_mobile_lcdc: Remove unused get_brightness pdata callback The callback isn't used anymore, remove it. Signed-off-by: Laurent Pinchart --- diff --git a/include/video/sh_mobile_lcdc.h b/include/video/sh_mobile_lcdc.h index ff43ffc1aab2..2605fa8adb9c 100644 --- a/include/video/sh_mobile_lcdc.h +++ b/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 {