From: Lars-Peter Clausen Date: Sat, 31 Aug 2013 18:31:13 +0000 (+0200) Subject: ASoC: Remove reg_def_copy X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~72^2~37^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b012aa619e50d22df0835b64a5dcebc221fb8053;p=pandora-kernel.git ASoC: Remove reg_def_copy reg_def_copy was introduced in commit 3335ddca ("ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default") to keep a copy of the register defaults around in case the register defaults where placed in the __devinitdata section. With the __devinitdata section gone we effectivly keep the same data around twice. This patch removes reg_def_copy and uses reg_cache_default directly instead. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed