diff options
Diffstat (limited to 'drivers/video/backlight/locomolcd.c')
-rw-r--r-- | drivers/video/backlight/locomolcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/locomolcd.c b/drivers/video/backlight/locomolcd.c index fc812d96c31d..3c5abbf0d042 100644 --- a/drivers/video/backlight/locomolcd.c +++ b/drivers/video/backlight/locomolcd.c | |||
@@ -142,7 +142,6 @@ static int locomolcd_get_intensity(struct backlight_device *bd) | |||
142 | } | 142 | } |
143 | 143 | ||
144 | static struct backlight_properties locomobl_data = { | 144 | static struct backlight_properties locomobl_data = { |
145 | .owner = THIS_MODULE, | ||
146 | .get_brightness = locomolcd_get_intensity, | 145 | .get_brightness = locomolcd_get_intensity, |
147 | .update_status = locomolcd_set_intensity, | 146 | .update_status = locomolcd_set_intensity, |
148 | .max_brightness = 4, | 147 | .max_brightness = 4, |