diff mbox series

[1/4] MIPS: SGI-IP27: No need for kmalloc.h

Message ID 20200825090907.66681-1-tsbogend@alpha.franken.de (mailing list archive)
State Accepted
Commit 5bdd89ad341959750df3955b7fa28410a7abcebe
Headers show
Series [1/4] MIPS: SGI-IP27: No need for kmalloc.h | expand

Commit Message

Thomas Bogendoerfer Aug. 25, 2020, 9:09 a.m. UTC
SG -IP27 is always cache coherent so we can use generic kmalloc.h and
remove the ip27 specific one.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
 arch/mips/include/asm/mach-ip27/kmalloc.h | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 arch/mips/include/asm/mach-ip27/kmalloc.h

Comments

Thomas Bogendoerfer Aug. 26, 2020, 11:12 a.m. UTC | #1
On Tue, Aug 25, 2020 at 11:09:04AM +0200, Thomas Bogendoerfer wrote:
> SG -IP27 is always cache coherent so we can use generic kmalloc.h and
> remove the ip27 specific one.
> 
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> ---
>  arch/mips/include/asm/mach-ip27/kmalloc.h | 8 --------
>  1 file changed, 8 deletions(-)
>  delete mode 100644 arch/mips/include/asm/mach-ip27/kmalloc.h

patches 1-4 applied to mips-next.

Thomas.
diff mbox series

Patch

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 82c23ce2afa7..000000000000
--- 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 */