diff options
Diffstat (limited to 'drivers/mfd/da9055-core.c')
| -rw-r--r-- | drivers/mfd/da9055-core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/da9055-core.c b/drivers/mfd/da9055-core.c index d3670cd3c3c..caf8dcffd0a 100644 --- a/drivers/mfd/da9055-core.c +++ b/drivers/mfd/da9055-core.c @@ -294,7 +294,7 @@ static struct resource da9055_ld05_6_resource = {  	.flags = IORESOURCE_IRQ,  }; -static struct mfd_cell da9055_devs[] = { +static const struct mfd_cell da9055_devs[] = {  	{  		.of_compatible = "dialog,da9055-gpio",  		.name = "da9055-gpio",  | 
