[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080527161246.GF7550@damson.getinternet.no>
Date: Tue, 27 May 2008 18:12:46 +0200
From: Vegard Nossum <vegard.nossum@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] v850: fix typo in header guard
From: Vegard Nossum <vegard.nossum@...il.com>
Date: Tue, 27 May 2008 17:32:42 +0200
Subject: [PATCH] v850: fix typo in header guard
Signed-off-by: Vegard Nossum <vegard.nossum@...il.com>
---
include/asm-v850/clinkage.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-v850/clinkage.h b/include/asm-v850/clinkage.h
index 2b622ad..c389691 100644
--- a/include/asm-v850/clinkage.h
+++ b/include/asm-v850/clinkage.h
@@ -11,7 +11,7 @@
* Written by Miles Bader <miles@....org>
*/
-#ifndef __CLINKAGE_H__
+#ifndef __V850_CLINKAGE_H__
#define __V850_CLINKAGE_H__
#include <asm/macrology.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