Message ID | 20190809163334.489360-2-arnd@arndb.de (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | ARM: preparation for multiplatform iop32x | expand |
On 09-08-19, 18:33, Arnd Bergmann wrote: > Compile-testing this driver fails on m68k without the > extra header inclusion. Please change title to "dmaengine: iop-adma: include prefetch.h" After that: Acked-by: Vinod Koul <vkoul@kernel.org> > Reported-by: kbuild test robot <lkp@intel.com> > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > --- > drivers/dma/iop-adma.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c > index c6c0143670d9..7857b54770d1 100644 > --- a/drivers/dma/iop-adma.c > +++ b/drivers/dma/iop-adma.c > @@ -16,6 +16,7 @@ > #include <linux/spinlock.h> > #include <linux/interrupt.h> > #include <linux/platform_device.h> > +#include <linux/prefetch.h> > #include <linux/memory.h> > #include <linux/ioport.h> > #include <linux/raid/pq.h> > -- > 2.20.0
On Tue, Aug 13, 2019 at 6:34 AM Vinod Koul <vkoul@kernel.org> wrote: > > On 09-08-19, 18:33, Arnd Bergmann wrote: > > Compile-testing this driver fails on m68k without the > > extra header inclusion. > > Please change title to "dmaengine: iop-adma: include prefetch.h" > > After that: > > Acked-by: Vinod Koul <vkoul@kernel.org> Ok, thanks! One day I will remember all the subsystem prefixes. ;-) Arnd -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#331): https://linux.kernel.org/g/patchwork-soc/message/331 Mute This Topic: https://linux.kernel.org/mt/32812462/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-
diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index c6c0143670d9..7857b54770d1 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c @@ -16,6 +16,7 @@ #include <linux/spinlock.h> #include <linux/interrupt.h> #include <linux/platform_device.h> +#include <linux/prefetch.h> #include <linux/memory.h> #include <linux/ioport.h> #include <linux/raid/pq.h>
Compile-testing this driver fails on m68k without the extra header inclusion. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- drivers/dma/iop-adma.c | 1 + 1 file changed, 1 insertion(+)