Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-2
-2
arch/mips/include/asm/cache.h
··· 9 9 #ifndef _ASM_CACHE_H 10 10 #define _ASM_CACHE_H 11 11 12 - #include <kmalloc.h> 13 - 14 12 #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT 15 13 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) 16 14