From: Lars-Peter Clausen Date: Fri, 8 Mar 2013 12:44:26 +0000 (+0100) Subject: ASoC: core: Drop unused "dapm" field form soc_enum struct X-Git-Tag: next-20130312~48^2~9^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e383c467ceeee3b040444d6dcd27f331d72b1426;p=karo-tx-linux.git ASoC: core: Drop unused "dapm" field form soc_enum struct This field was added in commit 2e72f8e ("ASoC: New enum type: value_enum"), but has never been used since. Considering that the soc_enum struct is usually shared between all instances of a CODEC, it also doesn't make much sense to have a pointer to DAPM specific data in it. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- diff --git a/include/sound/soc.h b/include/sound/soc.h index a6a059ca3874..c84062b22221 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1086,7 +1086,6 @@ struct soc_enum { unsigned int mask; const char * const *texts; const unsigned int *values; - void *dapm; }; /* codec IO */