diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-03-21 22:13:06 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-04-10 11:56:07 +0200 |
commit | 296e46db00731b05c796e4f1db4bfe2e0efd80c1 (patch) | |
tree | f98cb4f4ba9a00dcd1d507fba9ca1c098e326541 /arch/mips | |
parent | 5373633cc9253ba82547473e899cab141c54133e (diff) | |
download | op-kernel-dev-296e46db00731b05c796e4f1db4bfe2e0efd80c1.zip op-kernel-dev-296e46db00731b05c796e4f1db4bfe2e0efd80c1.tar.gz |
MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/cache.h b/arch/mips/include/asm/cache.h index b4db69f..99d6632 100644 --- a/arch/mips/include/asm/cache.h +++ b/arch/mips/include/asm/cache.h @@ -9,8 +9,6 @@ #ifndef _ASM_CACHE_H #define _ASM_CACHE_H -#include <kmalloc.h> - #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) |