ASoC: Remove unused "control_data" field of struct wm8940_priv
authorAxel Lin <axel.lin@gmail.com>
Tue, 27 Sep 2011 12:41:36 +0000 (20:41 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 27 Sep 2011 18:53:38 +0000 (19:53 +0100)
commitc9241ec6af54db453d03f3f4141462380372a2b8
treeda86f5b71378de33c24796670e4ae485e056c193
parent644f1ff4ff5873124a2a19efb1ebd1878f97f5eb
ASoC: Remove unused "control_data" field of struct wm8940_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/wm8940.c