ASoC: Remove unused "control_data" field of struct wm8904_priv
authorAxel Lin <axel.lin@gmail.com>
Tue, 27 Sep 2011 12:40:22 +0000 (20:40 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 27 Sep 2011 18:53:38 +0000 (19:53 +0100)
commit4addfd88ea6c5f6dba60aa43efa45551f4604b88
treeee13b916de77089569e9e10d88c5523cc737de45
parentb6ba8cc287f7dde9302d8b152f8e60cd570ecbc8
ASoC: Remove unused "control_data" field of struct wm8904_priv

The control_data field is used to initialize the codec's control_data field,
but since this is also done by the snd-soc-cache core, the redundant
assignment can be removed and the field can be dropped.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8904.c