diff options
Diffstat (limited to 'include/asm-mips64/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) |