[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080527160951.GC7550@damson.getinternet.no>
Date: Tue, 27 May 2008 18:09:51 +0200
From: Vegard Nossum <vegard.nossum@...il.com>
To: Matthew Wilcox <matthew@....cx>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] parisc: fix incomplete header guard
From: Vegard Nossum <vegard.nossum@...il.com>
Date: Tue, 27 May 2008 17:28:50 +0200
Subject: [PATCH] parisc: fix incomplete header guard
Cc: Matthew Wilcox <matthew@....cx>
Signed-off-by: Vegard Nossum <vegard.nossum@...il.com>
---
include/asm-parisc/psw.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-parisc/psw.h b/include/asm-parisc/psw.h
index 5a3e23c..ebc0b4d 100644
--- a/include/asm-parisc/psw.h
+++ b/include/asm-parisc/psw.h
@@ -1,5 +1,5 @@
#ifndef _PARISC_PSW_H
-
+#define _PARISC_PSW_H
#define PSW_I 0x00000001
#define PSW_D 0x00000002
--
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