Commit 296e46db authored by Ralf Baechle's avatar Ralf Baechle

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 5373633c
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment