* Christoph Hellwig <h...@lst.de>:
> Hi James and Helge,

Hi Christoph, 

> this series has a couple DMA-related cleanups for parisc.  The main aim
> is to move anything not required by drivers out of <asm/dma-mapping.h>,
> but I noticed a few related bits and cleaned them up as well.

Thanks for doing that!
I tested it. Your patches work, but you need the fixup below (0-day
testing complained as well).

With the one below, you may add
Tested-by: Helge Deller <del...@gmx.de>

Thanks!
Helge


diff --git a/drivers/parisc/hppb.c b/drivers/parisc/hppb.c
index 3b3481c..65a8148 100644
--- a/drivers/parisc/hppb.c
+++ b/drivers/parisc/hppb.c
@@ -20,6 +20,7 @@
 #include <linux/ioport.h>
 
 #include <asm/io.h>
+#include <asm/pci.h>
 #include <asm/hardware.h>
 #include <asm/parisc-device.h>
 

Reply via email to