forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/video/backlight/ipaq_micro_bl.c
....@@ -1,7 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
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.
53 *
64 * iPAQ microcontroller backlight support
75 * Author : Linus Walleij <linus.walleij@linaro.org>
....@@ -46,7 +44,7 @@
4644 .update_status = micro_bl_update_status,
4745 };
4846
49
-static struct backlight_properties micro_bl_props = {
47
+static const struct backlight_properties micro_bl_props = {
5048 .type = BACKLIGHT_RAW,
5149 .max_brightness = 255,
5250 .power = FB_BLANK_UNBLANK,