diff options
| author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-05-27 11:27:28 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-06-05 13:13:16 -0400 |
| commit | 2cc3c0b67bdde7263f6eb16c16709e0b84047646 (patch) | |
| 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>
| -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 @@ | |||
| 3 | * | 3 | * |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef __ASM_RTLX_H | 6 | #ifndef __ASM_RTLX_H_ |
| 7 | #define __ASM_RTLX_H_ | 7 | #define __ASM_RTLX_H_ |
| 8 | 8 | ||
| 9 | #include <irq.h> | 9 | #include <irq.h> |
