]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt5631: constify of_device_id array
authorFabian Frederick <fabf@skynet.be>
Wed, 18 Mar 2015 16:48:59 +0000 (17:48 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 22 Mar 2015 18:04:02 +0000 (18:04 +0000)
commit8041ad1e23fc6db26145790592ee1aecf39ff0e9
treec279dc77095988e2d314c828db53578e04f2ac1f
parent9cbe621030a9cce16d27329dac74fd4b1c1d9412
ASoC: rt5631: 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/codecs/rt5631.c