Skip to content

Commit eeff86b

Browse files
Wan Jiabinggeertu
authored andcommitted
m68k: dma: Remove unnecessary include of asm/cacheflush.h
In commit ca15ca4 ("mm: remove unneeded includes of <asm/pgalloc.h>"), asm/cacheflush.h independent on the MACRO was included at line 18. The include here is unnecessary. Remove it. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Link: https://lore.kernel.org/r/20210510030836.11834-1-wanjiabing@vivo.com Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
1 parent bc7c999 commit eeff86b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/m68k/kernel/dma.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ pgprot_t pgprot_dmacoherent(pgprot_t prot)
3434
return prot;
3535
}
3636
#else
37-
38-
#include <asm/cacheflush.h>
39-
4037
void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle,
4138
gfp_t gfp, unsigned long attrs)
4239
{

0 commit comments

Comments
 (0)