[PATCH] parisc: fix incomplete header guard

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Vegard Nossum
Date: Tuesday, May 27, 2008 - 9:09 am

From: Vegard Nossum <vegard.nossum@gmail.com>
Date: Tue, 27 May 2008 17:28:50 +0200
Subject: [PATCH] parisc: fix incomplete header guard

Cc: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] parisc: fix incomplete header guard, Vegard Nossum, (Tue May 27, 9:09 am)