Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

#define AXP20X_OFF	0x80

static const char const *axp20x_model_names[] = {
static const char * const axp20x_model_names[] = {
	"AXP202",
	"AXP209",
	"AXP288",