From: Charles Keepax Date: Mon, 13 Apr 2015 12:28:00 +0000 (+0100) Subject: ASoC: wm_adsp: Remove private field from wm_coeff_ctl X-Git-Tag: firefly_0821_release~176^2~1082^2~79^2~1^2~9^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec184cfcb9303dd2e8620a2db902dd64e477f229;p=firefly-linux-kernel-4.4.55.git ASoC: wm_adsp: Remove private field from wm_coeff_ctl The private field in wm_coeff_ctl is currently unused and given the controls are entirely handled within the ADSP code it is not clear what it would be used for in the future. Remove the field for now it can be readded if it is ever required. Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 9283d08de3d9..d6e8913d669b 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -232,7 +232,6 @@ struct wm_coeff_ctl { struct wm_adsp_alg_region alg_region; struct wm_coeff_ctl_ops ops; struct wm_adsp *dsp; - void *private; unsigned int enabled:1; struct list_head list; void *cache;