tile: uninline dma_set_mask
authorChristoph Hellwig <[email protected]>
Wed, 20 Jan 2016 23:02:02 +0000 (15:02 -0800)
committerLinus Torvalds <[email protected]>
Thu, 21 Jan 2016 01:09:18 +0000 (17:09 -0800)
commitbd38118f9c57b22f57f9c2fccca4a82aef15cc5f
tree11b33d85fda55e3a1719a36474a7ae5ce9a71874
parent30081d8ea47d521e8804398b25f59b8e49a2ed0b
tile: uninline dma_set_mask

We'll soon merge <asm-generic/dma-mapping-common.h> into
<linux/dma-mapping.h> and the reference to dma_capable in the tile
dma_set_mask would create a circular dependency.

Fix this by moving the implementation out of line.

Signed-off-by: Christoph Hellwig <[email protected]>
Cc: Chris Metcalf <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Cc: Joerg Roedel <[email protected]>
Cc: Sebastian Ott <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/tile/include/asm/dma-mapping.h
arch/tile/kernel/pci-dma.c