diff options
Diffstat (limited to 'drivers/mfd/intel_msic.c')
| -rw-r--r-- | drivers/mfd/intel_msic.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/intel_msic.c b/drivers/mfd/intel_msic.c index 9203d47cdbb..049fd23af54 100644 --- a/drivers/mfd/intel_msic.c +++ b/drivers/mfd/intel_msic.c @@ -178,7 +178,7 @@ static struct mfd_cell msic_devs[] = {   * These devices appear only after the MSIC driver itself is initialized so   * we can guarantee that the SCU IPC interface is ready.   */ -static struct mfd_cell msic_other_devs[] = { +static const struct mfd_cell msic_other_devs[] = {  	/* Audio codec in the MSIC */  	{  		.id			= -1,  | 
