[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190126171124.GA8151@ls3530.dellerweb.de>
Date: Sat, 26 Jan 2019 18:11:24 +0100
From: Helge Deller <deller@....de>
To: Christoph Hellwig <hch@....de>
Cc: James Bottomley <James.Bottomley@...senpartnership.com>,
Helge Deller <deller@....de>, linux-parisc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: DMA-related cleanups for parisc
* Christoph Hellwig <hch@....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 <deller@....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>
Powered by blists - more mailing lists