From: Ben Zhang Date: Tue, 21 Oct 2014 03:30:13 +0000 (-0700) Subject: ASoC: rt5677: fix rt5677 spi driver build X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~20^2~12^4~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29bee098ea1cc9b8537628f3c1cdf60ead83514;p=pandora-kernel.git ASoC: rt5677: fix rt5677 spi driver build Create a separate module for rt5677 spi driver. Without this patch, the build fails due to multiple defs of 'init_module' and 'cleanup_module'. module_spi_driver() defines its own module, so it can't be part of the rt5677 module. Signed-off-by: Ben Zhang Signed-off-by: Mark Brown --- Reading git-diff-tree failed