diff options
Diffstat (limited to 'kernel/sound/soc/fsl/imx-audmux.c')
-rw-r--r-- | kernel/sound/soc/fsl/imx-audmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sound/soc/fsl/imx-audmux.c b/kernel/sound/soc/fsl/imx-audmux.c index d9050d946..fc57da341 100644 --- a/kernel/sound/soc/fsl/imx-audmux.c +++ b/kernel/sound/soc/fsl/imx-audmux.c @@ -184,7 +184,7 @@ static enum imx_audmux_type { IMX31_AUDMUX, } audmux_type; -static struct platform_device_id imx_audmux_ids[] = { +static const struct platform_device_id imx_audmux_ids[] = { { .name = "imx21-audmux", .driver_data = IMX21_AUDMUX, |