| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 3 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 4 | | - * published by the Free Software Foundation. |
|---|
| 5 | 3 | * |
|---|
| 6 | 4 | * iPAQ microcontroller backlight support |
|---|
| 7 | 5 | * Author : Linus Walleij <linus.walleij@linaro.org> |
|---|
| .. | .. |
|---|
| 46 | 44 | .update_status = micro_bl_update_status, |
|---|
| 47 | 45 | }; |
|---|
| 48 | 46 | |
|---|
| 49 | | -static struct backlight_properties micro_bl_props = { |
|---|
| 47 | +static const struct backlight_properties micro_bl_props = { |
|---|
| 50 | 48 | .type = BACKLIGHT_RAW, |
|---|
| 51 | 49 | .max_brightness = 255, |
|---|
| 52 | 50 | .power = FB_BLANK_UNBLANK, |
|---|