aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2019-08-09 18:33:16 +0200
committerArnd Bergmann <[email protected]>2019-08-14 15:36:21 +0200
commit7f8bf11a4c2c100b8107922ad8f84d0117dd6cb3 (patch)
treef547a50dc71c66e2898c07c8c5b8af7ed8c384b5
parent59d3ae9a5bf60c037e3a6f6e6bcfbd1c048aa313 (diff)
dmaengine: iop-adma: include prefetch.h
Compile-testing this driver fails on m68k without the extra header inclusion. Link: https://lore.kernel.org/r/[email protected] Reported-by: kbuild test robot <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Vinod Koul <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--drivers/dma/iop-adma.c1
1 files changed, 1 insertions, 0 deletions
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>