aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc/eisa.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-01-29 19:13:04 +0100
committerHelge Deller <deller@gmx.de>2019-02-21 20:37:11 +0100
commit9b8eeab019762fa43c5ffa6e2f8e1039f8e99157 (patch)
treedadc3daa2d3b4213c6ad59c81420e5230f3da777 /drivers/parisc/eisa.c
parentparisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h> (diff)
downloadlinux-dev-9b8eeab019762fa43c5ffa6e2f8e1039f8e99157.tar.xz
linux-dev-9b8eeab019762fa43c5ffa6e2f8e1039f8e99157.zip
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/eisa.c')
-rw-r--r--drivers/parisc/eisa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/parisc/eisa.c b/drivers/parisc/eisa.c
index 9ff434f354bd..5657a1d3eb2b 100644
--- a/drivers/parisc/eisa.c
+++ b/drivers/parisc/eisa.c
@@ -45,6 +45,8 @@
#include <asm/eisa_bus.h>
#include <asm/eisa_eeprom.h>
+#include "iommu.h"
+
#if 0
#define EISA_DBG(msg, arg...) printk(KERN_DEBUG "eisa: " msg, ## arg)
#else