diff options
author | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 08:42:02 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 08:42:02 -0500 |
commit | a02001086bbfb4da35d1228bebc2f1b442db455f (patch) | |
tree | 62ab47936cef06fd08657ca5b6cd1df98c19be57 /drivers/video/fbdev/exynos | |
parent | eff264efeeb0898408e8c9df72d8a32621035bed (diff) | |
parent | fc14f9c1272f62c3e8d01300f52467c0d9af50f9 (diff) |
Merge Linus' tree to be be to apply submitted patches to newer code than
current trivial.git base
Diffstat (limited to 'drivers/video/fbdev/exynos')
-rw-r--r-- | drivers/video/fbdev/exynos/s6e8ax0.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/fbdev/exynos/s6e8ax0.c b/drivers/video/fbdev/exynos/s6e8ax0.c index 29e70ed3f154..95873f26e39c 100644 --- a/drivers/video/fbdev/exynos/s6e8ax0.c +++ b/drivers/video/fbdev/exynos/s6e8ax0.c | |||
@@ -704,11 +704,6 @@ static int s6e8ax0_get_power(struct lcd_device *ld) | |||
704 | return lcd->power; | 704 | return lcd->power; |
705 | } | 705 | } |
706 | 706 | ||
707 | static int s6e8ax0_get_brightness(struct backlight_device *bd) | ||
708 | { | ||
709 | return bd->props.brightness; | ||
710 | } | ||
711 | |||
712 | static int s6e8ax0_set_brightness(struct backlight_device *bd) | 707 | static int s6e8ax0_set_brightness(struct backlight_device *bd) |
713 | { | 708 | { |
714 | int ret = 0, brightness = bd->props.brightness; | 709 | int ret = 0, brightness = bd->props.brightness; |
@@ -736,7 +731,6 @@ static struct lcd_ops s6e8ax0_lcd_ops = { | |||
736 | }; | 731 | }; |
737 | 732 | ||
738 | static const struct backlight_ops s6e8ax0_backlight_ops = { | 733 | static const struct backlight_ops s6e8ax0_backlight_ops = { |
739 | .get_brightness = s6e8ax0_get_brightness, | ||
740 | .update_status = s6e8ax0_set_brightness, | 734 | .update_status = s6e8ax0_set_brightness, |
741 | }; | 735 | }; |
742 | 736 | ||