From: Lars-Peter Clausen Date: Mon, 16 Jun 2014 16:13:11 +0000 (+0200) Subject: ASoC: dapm: Remove platform field from widget and dapm context struct X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~16^2~10^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a8fe3df65fa0229b04f1c03411062230091cdd;p=pandora-kernel.git ASoC: dapm: Remove platform field from widget and dapm context struct The platform field in the snd_soc_dapm_widget and snd_soc_dapm_context structs is now unused can be removed. New code that wants to get the platform for a widget or dapm context should use snd_soc_dapm_to_platform(w->dapm) or snd_soc_dapm_to_platform(dapm). Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed