summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/retu-mfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/retu-mfd.c')
-rw-r--r--drivers/mfd/retu-mfd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/retu-mfd.c b/drivers/mfd/retu-mfd.c
index a1830986eeb7..c8f345f7e9a2 100644
--- a/drivers/mfd/retu-mfd.c
+++ b/drivers/mfd/retu-mfd.c
@@ -55,7 +55,7 @@ static struct resource retu_pwrbutton_res[] = {
55 }, 55 },
56}; 56};
57 57
58static struct mfd_cell retu_devs[] = { 58static const struct mfd_cell retu_devs[] = {
59 { 59 {
60 .name = "retu-wdt" 60 .name = "retu-wdt"
61 }, 61 },
@@ -94,7 +94,7 @@ static struct resource tahvo_usb_res[] = {
94 }, 94 },
95}; 95};
96 96
97static struct mfd_cell tahvo_devs[] = { 97static const struct mfd_cell tahvo_devs[] = {
98 { 98 {
99 .name = "tahvo-usb", 99 .name = "tahvo-usb",
100 .resources = tahvo_usb_res, 100 .resources = tahvo_usb_res,
@@ -122,7 +122,7 @@ static const struct retu_data {
122 char *chip_name; 122 char *chip_name;
123 char *companion_name; 123 char *companion_name;
124 struct regmap_irq_chip *irq_chip; 124 struct regmap_irq_chip *irq_chip;
125 struct mfd_cell *children; 125 const struct mfd_cell *children;
126 int nchildren; 126 int nchildren;
127} retu_data[] = { 127} retu_data[] = {
128 [0] = { 128 [0] = {