Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: iop-adma: include prefetch.h

Compile-testing this driver fails on m68k without the
extra header inclusion.

Link: https://lore.kernel.org/r/20190809163334.489360-2-arnd@arndb.de
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1
+1
drivers/dma/iop-adma.c
··· 16 16 #include <linux/spinlock.h> 17 17 #include <linux/interrupt.h> 18 18 #include <linux/platform_device.h> 19 + #include <linux/prefetch.h> 19 20 #include <linux/memory.h> 20 21 #include <linux/ioport.h> 21 22 #include <linux/raid/pq.h>