RE: [PATCH] powerpc: Fix GENERIC_ISA_DMA dependency

2010-07-15 Thread Liu Dave-R63238
> 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' >

[PATCH] powerpc: Fix GENERIC_ISA_DMA dependency

2010-07-15 Thread Anton Vorontsov
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: ***