Commit 5bdd89ad authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer
Browse files

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: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 625326ea
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
#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 */