Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'powerpc-4.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fix from Michael Ellerman:
- powerpc/dma: dma_set_coherent_mask() should not be GPL only from Ben

* tag 'powerpc-4.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
powerpc/dma: dma_set_coherent_mask() should not be GPL only

+1 -1
+1 -1
arch/powerpc/kernel/dma.c
··· 303 303 dev->coherent_dma_mask = mask; 304 304 return 0; 305 305 } 306 - EXPORT_SYMBOL_GPL(dma_set_coherent_mask); 306 + EXPORT_SYMBOL(dma_set_coherent_mask); 307 307 308 308 #define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16) 309 309