]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: constify of_device_id array
authorFabian Frederick <fabf@skynet.be>
Wed, 18 Mar 2015 16:49:02 +0000 (17:49 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 22 Mar 2015 18:06:35 +0000 (18:06 +0000)
commit92c45d8b5d30d78abe4a5dcda7ca782f507586cf
treed0f035f081102f750d8a07c54a97e91b0a70f671
parent2bc3ba0069ec685f54f346b583efc53637dafef8
ASoC: rsnd: constify of_device_id array

of_device_id is always used as const.
(See driver.of_match_table and open firmware functions)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c