diff options
author | Christoph Hellwig <hch@lst.de> | 2019-01-29 21:13:04 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-02-21 22:37:11 +0300 |
commit | 9b8eeab019762fa43c5ffa6e2f8e1039f8e99157 (patch) | |
tree | dadc3daa2d3b4213c6ad59c81420e5230f3da777 /drivers/parisc/dino.c | |
parent | 3e803d3ed87738a1d883480d629152c904205d6e (diff) | |
download | linux-9b8eeab019762fa43c5ffa6e2f8e1039f8e99157.tar.xz |
parisc: move internal implementation details out of <asm/dma-mapping.h>
Move everything that is not required for the public facing DMA API out
of <asm/dma-mapping.h> and into a new drivers/parisc/iommu.h header.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/parisc/dino.c')
-rw-r--r-- | drivers/parisc/dino.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index dfeea458a789..6f348c75687c 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c @@ -59,6 +59,7 @@ #include <asm/hardware.h> #include "gsc.h" +#include "iommu.h" #undef DINO_DEBUG |