From: Arnd Bergmann Date: Fri, 9 Aug 2019 16:33:16 +0000 (+0200) Subject: dmaengine: iop-adma: include prefetch.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7f8bf11a4c2c100b8107922ad8f84d0117dd6cb3;p=linux.git 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 Signed-off-by: Arnd Bergmann Acked-by: Vinod Koul Signed-off-by: Arnd Bergmann --- diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index c6c0143670d9d..7857b54770d1d 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include