diff options
| author | Wan Jiabing <[email protected]> | 2021-05-10 03:08:35 +0000 |
|---|---|---|
| committer | Geert Uytterhoeven <[email protected]> | 2021-05-10 09:47:00 +0000 |
| commit | eeff86b6d18ccd7ef1e663dd428b93f5887d02b5 (patch) | |
| tree | 67fcf3ab742eb03b456bcdb41809b37696e0dbda | |
| parent | m68k: Drop -fno-strength-reduce from KBUILD_CFLAGS (diff) | |
| download | kernel-eeff86b6d18ccd7ef1e663dd428b93f5887d02b5.tar.gz kernel-eeff86b6d18ccd7ef1e663dd428b93f5887d02b5.zip | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
| -rw-r--r-- | arch/m68k/kernel/dma.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/kernel/dma.c b/arch/m68k/kernel/dma.c index 1c1b875fadc1..2e192a5df949 100644 --- a/arch/m68k/kernel/dma.c +++ b/arch/m68k/kernel/dma.c @@ -34,9 +34,6 @@ pgprot_t pgprot_dmacoherent(pgprot_t prot) return prot; } #else - -#include <asm/cacheflush.h> - void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp, unsigned long attrs) { |
