aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/hp680_bl.c
diff options
context:
space:
mode:
authorKristoffer Ericson <Kristoffer.Ericson@gmail.com>2007-09-11 12:44:38 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-09-21 11:57:53 +0900
commiteb650d67d8ad0fa16c0c61674d980adb25155358 (patch)
tree3174b9a81d464df79462abf83d1f7d061c4cbcff /drivers/video/backlight/hp680_bl.c
parentsh: hp6xx: APM build fix and new battery values. (diff)
downloadlinux-dev-eb650d67d8ad0fa16c0c61674d980adb25155358.tar.xz
linux-dev-eb650d67d8ad0fa16c0c61674d980adb25155358.zip
backlight: Fix up hp680_bl build.
Trivial build fixes. Signed-off-by: Kristoffer Ericson <Kristoffer.Ericson@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/backlight/hp680_bl.c')
-rw-r--r--drivers/video/backlight/hp680_bl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/backlight/hp680_bl.c b/drivers/video/backlight/hp680_bl.c
index 0899fccbd570..fbea2bd129c7 100644
--- a/drivers/video/backlight/hp680_bl.c
+++ b/drivers/video/backlight/hp680_bl.c
@@ -125,8 +125,8 @@ static int hp680bl_remove(struct platform_device *pdev)
{
struct backlight_device *bd = platform_get_drvdata(pdev);
- hp680bl_data.brightness = 0;
- hp680bl_data.power = 0;
+ bd->props.brightness = 0;
+ bd->props.power = 0;
hp680bl_send_intensity(bd);
backlight_device_unregister(bd);