]> Git Repo - linux.git/blobdiff - drivers/leds/leds-is31fl319x.c
Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux.git] / drivers / leds / leds-is31fl319x.c
index 66c65741202e902dd2835db97af20b07ba01de72..5e1a4d39a107f80e5d46849040c237bb32ad425d 100644 (file)
@@ -140,7 +140,7 @@ static const struct reg_default is31fl3190_reg_defaults[] = {
        { IS31FL3190_PWM(2), 0x00 },
 };
 
-static struct regmap_config is31fl3190_regmap_config = {
+static const struct regmap_config is31fl3190_regmap_config = {
        .reg_bits = 8,
        .val_bits = 8,
        .max_register = IS31FL3190_RESET,
@@ -178,7 +178,7 @@ static const struct reg_default is31fl3196_reg_defaults[] = {
        { IS31FL3196_PWM(8), 0x00 },
 };
 
-static struct regmap_config is31fl3196_regmap_config = {
+static const struct regmap_config is31fl3196_regmap_config = {
        .reg_bits = 8,
        .val_bits = 8,
        .max_register = IS31FL3196_REG_CNT,
This page took 0.032724 seconds and 4 git commands to generate.