From: Stephen Warren Date: Wed, 23 Feb 2011 00:23:56 +0000 (-0700) Subject: ASoC: Tegra: Move utilities to separate module X-Git-Tag: v2.6.39-rc1~200^2^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3cd50deef7ba7df506af5347764a00b4621d7a7;p=pandora-kernel.git ASoC: Tegra: Move utilities to separate module The utilities will be required by every machine driver. Including the utility object directly into every machine driver causes a build failure if the modules are actually built into the kernel, since each will define the symbols exported by the utility file. Solve this by moving the utility object into a separate module. Signed-off-by: Stephen Warren Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed