aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/ipaq_micro_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/ipaq_micro_bl.c')
-rw-r--r--drivers/video/backlight/ipaq_micro_bl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/ipaq_micro_bl.c b/drivers/video/backlight/ipaq_micro_bl.c
index 1123f67c12b3..85b16cc82878 100644
--- a/drivers/video/backlight/ipaq_micro_bl.c
+++ b/drivers/video/backlight/ipaq_micro_bl.c
@@ -44,7 +44,7 @@ static const struct backlight_ops micro_bl_ops = {
.update_status = micro_bl_update_status,
};
-static struct backlight_properties micro_bl_props = {
+static const struct backlight_properties micro_bl_props = {
.type = BACKLIGHT_RAW,
.max_brightness = 255,
.power = FB_BLANK_UNBLANK,