|
@@ -58,7 +58,7 @@ static int nv40_set_intensity(struct backlight_device *bd)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct backlight_ops nv40_bl_ops = {
|
|
|
|
|
|
+static const struct backlight_ops nv40_bl_ops = {
|
|
.options = BL_CORE_SUSPENDRESUME,
|
|
.options = BL_CORE_SUSPENDRESUME,
|
|
.get_brightness = nv40_get_intensity,
|
|
.get_brightness = nv40_get_intensity,
|
|
.update_status = nv40_set_intensity,
|
|
.update_status = nv40_set_intensity,
|
|
@@ -81,7 +81,7 @@ static int nv50_set_intensity(struct backlight_device *bd)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct backlight_ops nv50_bl_ops = {
|
|
|
|
|
|
+static const struct backlight_ops nv50_bl_ops = {
|
|
.options = BL_CORE_SUSPENDRESUME,
|
|
.options = BL_CORE_SUSPENDRESUME,
|
|
.get_brightness = nv50_get_intensity,
|
|
.get_brightness = nv50_get_intensity,
|
|
.update_status = nv50_set_intensity,
|
|
.update_status = nv50_set_intensity,
|