[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080527160857.GB7550@damson.getinternet.no>
Date: Tue, 27 May 2008 18:08:57 +0200
From: Vegard Nossum <vegard.nossum@...il.com>
To: Ralf Baechle <ralf@...ux-mips.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] mips: fix typo in header guard
From: Vegard Nossum <vegard.nossum@...il.com>
Date: Tue, 27 May 2008 17:27:28 +0200
Subject: [PATCH] mips: fix typo in header guard
Cc: Ralf Baechle <ralf@...ux-mips.org>
Signed-off-by: Vegard Nossum <vegard.nossum@...il.com>
---
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 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>
--
1.5.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists