Commit c31e858b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Lee Jones

mfd: axp20x: Fix duplicate const for model names

Replace duplicated const keyword for 'axp20x_model_names' with proper
array of const pointers to const strings.
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent dfe514b6
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#define AXP20X_OFF 0x80 #define AXP20X_OFF 0x80
static const char const *axp20x_model_names[] = { static const char * const axp20x_model_names[] = {
"AXP202", "AXP202",
"AXP209", "AXP209",
"AXP288", "AXP288",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment