ASoC: max98925: Remove control_data initialization
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 13 Jul 2015 17:40:52 +0000 (19:40 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 14 Jul 2015 09:13:19 +0000 (10:13 +0100)
commitf6d1a814844efc4b326538bd35a8daecd37921ed
tree80ef5bd5a4527b0bfb24c573d02ef499c924f9e5
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ASoC: max98925: Remove control_data initialization

The control_data field of the snd_soc_codec struct is no longer used by
ASoC drivers using standard regmap IO.

There is no need to initialize the field to point to the drivers regmap
struct, so drop that.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98925.c