]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
m68k: dma: Remove unnecessary include of asm/cacheflush.h
authorWan Jiabing <wanjiabing@vivo.com>
Mon, 10 May 2021 03:08:35 +0000 (11:08 +0800)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 10 May 2021 09:47:00 +0000 (11:47 +0200)
commiteeff86b6d18ccd7ef1e663dd428b93f5887d02b5
tree67fcf3ab742eb03b456bcdb41809b37696e0dbda
parentbc7c9993a0d836aa88aca2969dcb9b22031924d3
m68k: dma: Remove unnecessary include of asm/cacheflush.h

In commit ca15ca406f660 ("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>
arch/m68k/kernel/dma.c