diff options
Diffstat (limited to 'drivers/mfd/lp8788.c')
| -rw-r--r-- | drivers/mfd/lp8788.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/lp8788.c b/drivers/mfd/lp8788.c index 0f122191101..a30bc15fe5b 100644 --- a/drivers/mfd/lp8788.c +++ b/drivers/mfd/lp8788.c @@ -71,7 +71,7 @@ static struct resource rtc_irqs[] = {  	},  }; -static struct mfd_cell lp8788_devs[] = { +static const struct mfd_cell lp8788_devs[] = {  	/* 4 bucks */  	MFD_DEV_WITH_ID(BUCK, 1),  	MFD_DEV_WITH_ID(BUCK, 2),  | 
