ASoC: nuc900: make snd_soc_platform_driver const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 14 Aug 2017 11:38:43 +0000 (17:08 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 16:18:37 +0000 (17:18 +0100)
commit83823c43c25a62b529f9dbad48c182b3d1fdddd1
treea41ec78bc85a2d87a0952f72382c0534231b73a4
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
ASoC: nuc900: make snd_soc_platform_driver const

Make this const as it is 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>
sound/soc/nuc900/nuc900-pcm.c