From: Arnd Bergmann Date: Fri, 9 Aug 2019 16:33:16 +0000 (+0200) Subject: dmaengine: iop-adma: include prefetch.h X-Git-Tag: Ubuntu-5.10.0-12.13~4573^2~21 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7f8bf11a4c2c100b8107922ad8f84d0117dd6cb3;p=mirror_ubuntu-hirsute-kernel.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 c6c0143670d9..7857b54770d1 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include