From: Barry Song <21cnbao@gmail.com> Date: Mon, 29 Mar 2010 03:16:00 +0000 (+0800) Subject: ASoC: ad193x: move codec register/unregister to bus probe/remove X-Git-Tag: v2.6.35-rc1~478^2^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd7b79a86c53a097463ee1582c0bc6c4b83b770;p=pandora-kernel.git ASoC: ad193x: move codec register/unregister to bus probe/remove The way i've factored out the bus probe and removal functions so that there's no code in the individual I2C and SPI functions means that the register() and unregister() functions could just be squashed into the bus_probe() and bus_remove() functions. Signed-off-by: Barry Song <21cnbao@gmail.com> Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed