Merge branch 'master' into for-next
[linux-flexiantxendom0-natty.git] / drivers / platform / x86 / toshiba_acpi.c
index 4276da7..209cced 100644 (file)
@@ -841,7 +841,7 @@ static void remove_toshiba_proc_entries(void)
        remove_proc_entry("version", toshiba_proc_dir);
 }
 
-static struct backlight_ops toshiba_backlight_data = {
+static const struct backlight_ops toshiba_backlight_data = {
         .get_brightness = get_lcd,
         .update_status  = set_lcd_status,
 };