commit | 2cc3c0b67bdde7263f6eb16c16709e0b84047646 | [log] [tgz] |
---|---|---|
author | Vegard Nossum <vegard.nossum@gmail.com> | Tue May 27 17:27:28 2008 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jun 05 18:13:16 2008 +0100 |
tree | 75cd9b784a1da00c9e9dc6924e8b96661ec0e0b3 | |
parent | 482845a348f76fbf9cec6dda0f1eb113d4fafd9d [diff] |
[MIPS] Fix typo in header guard Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/rtlx.h b/include/asm-mips/rtlx.h index 20b6660..4ca3063 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>