ASoC: fsi: constify of_device_id array
authorFabian Frederick <fabf@skynet.be>
Wed, 18 Mar 2015 16:49:01 +0000 (17:49 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 22 Mar 2015 18:05:50 +0000 (18:05 +0000)
commitc660c0a805860e3abf22b44a2508ff46a549ffa9
tree566386a5405fdd6b5788123cf4f79dbf91ce2934
parentc517d838eb7d07bbe9507871fab3931deccff539
ASoC: fsi: 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/fsi.c