From: Anton Vorontsov Date: Thu, 15 Jul 2010 07:38:16 +0000 (+0000) Subject: powerpc: Fix GENERIC_ISA_DMA dependency X-Git-Tag: v2.6.36-rc1~559^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1927445a7376e183072e6147a9641088b9b6a30e;p=pandora-kernel.git powerpc: Fix GENERIC_ISA_DMA dependency On PowerPC we should always use generic ISA DMA API implementation as there is simply no other implementation exist. Without this patch, the following build error pops up: sound/built-in.o: In function 'snd_dma_pointer': (.text+0x74ae): undefined reference to 'dma_spin_lock' ... make: *** [.tmp_vmlinux1] Error 1 This is PPC_85xx, SMP and some sound drivers set to =y. Signed-off-by: Anton Vorontsov Acked-by: Dave Liu Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed