From: Thomas Bogendoerfer Date: Tue, 25 Aug 2020 09:09:04 +0000 (+0200) Subject: MIPS: SGI-IP27: No need for kmalloc.h X-Git-Tag: v5.10-rc1~103^2~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bdd89ad341959750df3955b7fa28410a7abcebe;p=thirdparty%2Fkernel%2Flinux.git MIPS: SGI-IP27: No need for kmalloc.h SGI-IP27 is always cache coherent so we can use generic kmalloc.h and remove the ip27 specific one. Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/include/asm/mach-ip27/kmalloc.h b/arch/mips/include/asm/mach-ip27/kmalloc.h deleted file mode 100644 index 82c23ce2afa76..0000000000000 --- a/arch/mips/include/asm/mach-ip27/kmalloc.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __ASM_MACH_IP27_KMALLOC_H -#define __ASM_MACH_IP27_KMALLOC_H - -/* - * All happy, no need to define ARCH_DMA_MINALIGN - */ - -#endif /* __ASM_MACH_IP27_KMALLOC_H */