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)
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>

No differences found