diff options
Diffstat (limited to 'drivers/platform/x86/toshiba_acpi.c')
-rw-r--r-- | drivers/platform/x86/toshiba_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index 06f304f46e02..81bca5a4d8aa 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c | |||
@@ -840,7 +840,7 @@ static void remove_toshiba_proc_entries(void) | |||
840 | remove_proc_entry("version", toshiba_proc_dir); | 840 | remove_proc_entry("version", toshiba_proc_dir); |
841 | } | 841 | } |
842 | 842 | ||
843 | static struct backlight_ops toshiba_backlight_data = { | 843 | static const struct backlight_ops toshiba_backlight_data = { |
844 | .get_brightness = get_lcd, | 844 | .get_brightness = get_lcd, |
845 | .update_status = set_lcd_status, | 845 | .update_status = set_lcd_status, |
846 | }; | 846 | }; |