diff options
Diffstat (limited to 'drivers/video/backlight/hp680_bl.c')
-rw-r--r-- | drivers/video/backlight/hp680_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/hp680_bl.c b/drivers/video/backlight/hp680_bl.c index c07d8207fb54..074625a46e3d 100644 --- a/drivers/video/backlight/hp680_bl.c +++ b/drivers/video/backlight/hp680_bl.c | |||
@@ -96,7 +96,6 @@ static int hp680bl_get_intensity(struct backlight_device *bd) | |||
96 | } | 96 | } |
97 | 97 | ||
98 | static struct backlight_properties hp680bl_data = { | 98 | static struct backlight_properties hp680bl_data = { |
99 | .owner = THIS_MODULE, | ||
100 | .max_brightness = HP680_MAX_INTENSITY, | 99 | .max_brightness = HP680_MAX_INTENSITY, |
101 | .get_brightness = hp680bl_get_intensity, | 100 | .get_brightness = hp680bl_get_intensity, |
102 | .update_status = hp680bl_set_intensity, | 101 | .update_status = hp680bl_set_intensity, |