]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Constify dev_pm_ops variables
authorAxel Lin <axel.lin@ingics.com>
Fri, 17 Jul 2015 02:54:49 +0000 (10:54 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 17 Jul 2015 11:14:48 +0000 (12:14 +0100)
commitf593fba2857e0dce66262b8d92a4cb72f4859153
tree30196bd9df22e6336dd1eb680cf156180816fbfe
parent0c9e0229f3c4e023815b9350b2095fd8ad5809e3
ASoC: Constify dev_pm_ops variables

The dev_pm_ops variables are not modified after initialization in these
drivers, so make them const.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm2200.c
sound/soc/codecs/wm5100.c
sound/soc/codecs/wm8962.c