diff options
-rw-r--r-- | drivers/mfd/axp20x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index 0acbe52b2411..1386826f713d 100644 --- a/drivers/mfd/axp20x.c +++ b/drivers/mfd/axp20x.c | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | #define AXP20X_OFF 0x80 | 30 | #define AXP20X_OFF 0x80 |
31 | 31 | ||
32 | static const char const *axp20x_model_names[] = { | 32 | static const char * const axp20x_model_names[] = { |
33 | "AXP202", | 33 | "AXP202", |
34 | "AXP209", | 34 | "AXP209", |
35 | "AXP288", | 35 | "AXP288", |