aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tc3589x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/tc3589x.c')
-rw-r--r--drivers/mfd/tc3589x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/tc3589x.c b/drivers/mfd/tc3589x.c
index 87ea51dc6234..2cf636c267d9 100644
--- a/drivers/mfd/tc3589x.c
+++ b/drivers/mfd/tc3589x.c
@@ -155,7 +155,7 @@ static struct resource keypad_resources[] = {
155 }, 155 },
156}; 156};
157 157
158static struct mfd_cell tc3589x_dev_gpio[] = { 158static const struct mfd_cell tc3589x_dev_gpio[] = {
159 { 159 {
160 .name = "tc3589x-gpio", 160 .name = "tc3589x-gpio",
161 .num_resources = ARRAY_SIZE(gpio_resources), 161 .num_resources = ARRAY_SIZE(gpio_resources),
@@ -164,7 +164,7 @@ static struct mfd_cell tc3589x_dev_gpio[] = {
164 }, 164 },
165}; 165};
166 166
167static struct mfd_cell tc3589x_dev_keypad[] = { 167static const struct mfd_cell tc3589x_dev_keypad[] = {
168 { 168 {
169 .name = "tc3589x-keypad", 169 .name = "tc3589x-keypad",
170 .num_resources = ARRAY_SIZE(keypad_resources), 170 .num_resources = ARRAY_SIZE(keypad_resources),