[PATCH] parisc: fix incomplete header guard

From: Vegard Nossum
Date: Tue May 27 2008 - 12:10:09 EST


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

Cc: Matthew Wilcox <matthew@xxxxxx>
Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/