diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-12 00:59:44 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-12 00:59:44 +0000 |
commit | fc5394fd5c8e777cbcc382f766330a774e595abb (patch) | |
tree | 5f8002446a75c1cfbb61785fc979a349437d9543 | |
parent | 34b560ff2837a78a20af84d332d59ea8a68f277e (diff) |
Don't include <linux/cache.h>.
-rw-r--r-- | include/asm-mips64/cache.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-mips64/cache.h b/include/asm-mips64/cache.h index 9c50dff97..6cf56e2ea 100644 --- a/include/asm-mips64/cache.h +++ b/include/asm-mips64/cache.h @@ -1,5 +1,4 @@ -/* $Id: cache.h,v 1.3 2000/02/04 07:40:53 ralf Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. @@ -10,8 +9,6 @@ #ifndef _ASM_CACHE_H #define _ASM_CACHE_H -#include <linux/config.h> - /* bytes per L1 cache line */ #define L1_CACHE_BYTES (1 << CONFIG_L1_CACHE_SHIFT) |