ACPI: AC: constify powersupply properties

The array is never modified, make it const.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Thomas Weißschuh 2024-06-09 09:27:12 +02:00 committed by Rafael J. Wysocki
parent 83a7eefedc
commit 158ee9f138

View File

@ -112,7 +112,7 @@ static int get_ac_property(struct power_supply *psy,
return 0;
}
static enum power_supply_property ac_props[] = {
static const enum power_supply_property ac_props[] = {
POWER_SUPPLY_PROP_ONLINE,
};