diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-05-01 12:00:11 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-01 12:46:15 -0400 |
commit | 6c219192dd2482eec97f6a7137a5cdc295dc4671 (patch) | |
tree | 0b0f7b8e6d8cd9fb9f8a1018dd5545b0c5b8dab5 /sound/soc/au1x | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
ASoC: au1x: Constify platform_device_id
The platform_device_id is not modified by the driver and core uses it as
const.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/au1x')
-rw-r--r-- | sound/soc/au1x/db1200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/au1x/db1200.c b/sound/soc/au1x/db1200.c index c75995f2779c..58c3164802b8 100644 --- a/sound/soc/au1x/db1200.c +++ b/sound/soc/au1x/db1200.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include "../codecs/wm8731.h" | 21 | #include "../codecs/wm8731.h" |
22 | #include "psc.h" | 22 | #include "psc.h" |
23 | 23 | ||
24 | static struct platform_device_id db1200_pids[] = { | 24 | static const struct platform_device_id db1200_pids[] = { |
25 | { | 25 | { |
26 | .name = "db1200-ac97", | 26 | .name = "db1200-ac97", |
27 | .driver_data = 0, | 27 | .driver_data = 0, |