commit | 3d882b0ec6a50c5adff8e94a69d284543460fbe6 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Mon Aug 14 17:08:45 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Mon Aug 14 17:19:50 2017 +0100 |
tree | 274ae9717fa917c739f417208e49a54e936e6cb2 | |
parent | cb7534437956650ab0dcebf7a7b4795eb904d22a [diff] |
ASoC: pxa: make snd_soc_platform_driver const Make these const as they are only passed as the 2nd argument to the function devm_snd_soc_register_platform, which is of type const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>