Skip to content

Commit 8a28d67

Browse files
committed
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
2 parents a22c4d7 + 977bf06 commit 8a28d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ int dma_set_coherent_mask(struct device *dev, u64 mask)
303303
dev->coherent_dma_mask = mask;
304304
return 0;
305305
}
306-
EXPORT_SYMBOL_GPL(dma_set_coherent_mask);
306+
EXPORT_SYMBOL(dma_set_coherent_mask);
307307

308308
#define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16)
309309

0 commit comments

Comments
 (0)