From: Lars-Peter Clausen Date: Mon, 6 Jun 2011 11:38:39 +0000 (+0200) Subject: ASoC: AD1836: Remove unused fields from private struct X-Git-Tag: v3.1-rc1~271^2~2^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583eadab21779c4301f01a11bf3d0d49b643aa80;p=pandora-kernel.git ASoC: AD1836: Remove unused fields from private struct The control_type field is never used, so it can be removed. 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: Lars-Peter Clausen Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed