]> Pileus Git - ~andy/linux/blobdiff - drivers/mfd/tc3589x.c
Merge tag 'asoc-v3.14-rc3' into asoc-linus
[~andy/linux] / drivers / mfd / tc3589x.c
index 87ea51dc6234a243021bce1682a213856c49128b..2cf636c267d9413f77e39d787b6a47496ce1859e 100644 (file)
@@ -155,7 +155,7 @@ static struct resource keypad_resources[] = {
        },
 };
 
-static struct mfd_cell tc3589x_dev_gpio[] = {
+static const struct mfd_cell tc3589x_dev_gpio[] = {
        {
                .name           = "tc3589x-gpio",
                .num_resources  = ARRAY_SIZE(gpio_resources),
@@ -164,7 +164,7 @@ static struct mfd_cell tc3589x_dev_gpio[] = {
        },
 };
 
-static struct mfd_cell tc3589x_dev_keypad[] = {
+static const struct mfd_cell tc3589x_dev_keypad[] = {
        {
                .name           = "tc3589x-keypad",
                .num_resources  = ARRAY_SIZE(keypad_resources),