diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-08-30 19:55:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-08-30 19:55:53 +0000 |
commit | 193d197c67243740d11d3c370c0286a115f2e0f3 (patch) | |
tree | 5c23cda31c7cc21cdb76c24c6494b1f6cd3ec1b2 /target/linux/ramips/files | |
parent | 2ce5ad745df2d33c15ca20f267292e3cd761dc22 (diff) | |
download | upstream-193d197c67243740d11d3c370c0286a115f2e0f3.tar.gz upstream-193d197c67243740d11d3c370c0286a115f2e0f3.tar.bz2 upstream-193d197c67243740d11d3c370c0286a115f2e0f3.zip |
[ramips] header cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17441 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/war.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/war.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/war.h index e27cb28648..a7b712cf2d 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/war.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/war.h @@ -5,8 +5,8 @@ * * Copyright (C) 2002, 2004, 2007 by Ralf Baechle <ralf@linux-mips.org> */ -#ifndef __ASM_MACH_RT288X_WAR_H -#define __ASM_MACH_RT288X_WAR_H +#ifndef __ASM_MACH_RALINK_WAR_H +#define __ASM_MACH_RALINK_WAR_H #define R4600_V1_INDEX_ICACHEOP_WAR 0 #define R4600_V1_HIT_CACHEOP_WAR 0 @@ -22,4 +22,4 @@ #define R10000_LLSC_WAR 0 #define MIPS34K_MISSED_ITLB_WAR 0 -#endif /* __ASM_MACH_RT288X_WAR_H */ +#endif /* __ASM_MACH_RALINK_WAR_H */ |