diff options
Diffstat (limited to 'drivers/platform/x86/eeepc-laptop.c')
-rw-r--r-- | drivers/platform/x86/eeepc-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index b2edfdcdcb8..c062a653459 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
@@ -1115,7 +1115,7 @@ static int update_bl_status(struct backlight_device *bd) | |||
1115 | return set_brightness(bd, bd->props.brightness); | 1115 | return set_brightness(bd, bd->props.brightness); |
1116 | } | 1116 | } |
1117 | 1117 | ||
1118 | static struct backlight_ops eeepcbl_ops = { | 1118 | static const struct backlight_ops eeepcbl_ops = { |
1119 | .get_brightness = read_brightness, | 1119 | .get_brightness = read_brightness, |
1120 | .update_status = update_bl_status, | 1120 | .update_status = update_bl_status, |
1121 | }; | 1121 | }; |