diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-05-27 19:27:28 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-06-05 21:13:16 +0400 |
commit | 2cc3c0b67bdde7263f6eb16c16709e0b84047646 (patch) | |
tree | 75cd9b784a1da00c9e9dc6924e8b96661ec0e0b3 /include | |
parent | 482845a348f76fbf9cec6dda0f1eb113d4fafd9d (diff) | |
download | linux-2cc3c0b67bdde7263f6eb16c16709e0b84047646.tar.xz |
[MIPS] Fix typo in header guard
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/rtlx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/rtlx.h b/include/asm-mips/rtlx.h index 20b666022dcb..4ca3063ed2ce 100644 --- a/include/asm-mips/rtlx.h +++ b/include/asm-mips/rtlx.h @@ -3,7 +3,7 @@ * */ -#ifndef __ASM_RTLX_H +#ifndef __ASM_RTLX_H_ #define __ASM_RTLX_H_ #include <irq.h> |