* [PATCH] parisc: fix incomplete header guard
@ 2008-05-27 16:09 Vegard Nossum
0 siblings, 0 replies; only message in thread
From: Vegard Nossum @ 2008-05-27 16:09 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-27 16:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-27 16:09 [PATCH] parisc: fix incomplete header guard Vegard Nossum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®