diff options
Diffstat (limited to 'drivers/platform/x86/asus-laptop.c')
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 60a5a5c6b50a..3640599446fc 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -621,7 +621,7 @@ static int update_bl_status(struct backlight_device *bd) | |||
621 | return asus_lcd_set(asus, value); | 621 | return asus_lcd_set(asus, value); |
622 | } | 622 | } |
623 | 623 | ||
624 | static struct backlight_ops asusbl_ops = { | 624 | static const struct backlight_ops asusbl_ops = { |
625 | .get_brightness = asus_read_brightness, | 625 | .get_brightness = asus_read_brightness, |
626 | .update_status = update_bl_status, | 626 | .update_status = update_bl_status, |
627 | }; | 627 | }; |