ASoC: fsi: mark several data structures as const
authorUwe Kleine-König <[email protected]>
Tue, 31 Mar 2015 14:48:57 +0000 (16:48 +0200)
committerMark Brown <[email protected]>
Wed, 1 Apr 2015 08:31:19 +0000 (09:31 +0100)
commit9a42ab04aae96d47cd86e065b5127e472fd9eab9
tree73b9d51af568ac3337516619b10e3226b8ace091
parent3b6281cf2893a3c140a37be817b0802c46af292b
ASoC: fsi: mark several data structures as const

A driver's platform_device_id and device data should and can be const.

Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/sh/fsi.c