From: Lars-Peter Clausen Date: Tue, 23 Jul 2013 09:12:25 +0000 (+0200) Subject: ASoC: Remove unused dapm_get_snd_card() and dapm_get_soc_card() X-Git-Tag: v3.12-rc1~150^2~9^2~48^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f6e7d52c4959019d12a7deebbde548884a917d1;p=pandora-kernel.git ASoC: Remove unused dapm_get_snd_card() and dapm_get_soc_card() These two functions were added two years ago in commit 4805608 ("ASoC: dapm - Add methods to retrieve snd_card and soc_card from dapm context.") but have remained unused so far. Considering that the dapm context actually has a direct pointer to the card the functions also seem to be unnecessary. E.g. the expressions 'dapm_get_soc_card(dapm)' and 'dapm->card' yield the same result. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed