From bb540ffa129df5cc9f51e82e598ccdd4a72a35a5 Mon Sep 17 00:00:00 2001
From: Olaf Hering <olh@suse.de>
Date: Sun, 13 Feb 2005 22:19:40 -0800
Subject: [PATCH] [PATCH] ppc64: remove extra whitespace before preprocessor
 token

unifdef complains about the space before #ifndef.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
---
 include/asm-ppc64/io.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/asm-ppc64/io.h b/include/asm-ppc64/io.h
index adc4392cfd59..7a1194f606be 100644
--- a/include/asm-ppc64/io.h
+++ b/include/asm-ppc64/io.h
@@ -1,4 +1,4 @@
- #ifndef _PPC64_IO_H
+#ifndef _PPC64_IO_H
 #define _PPC64_IO_H
 
 /* 
-- 
2.30.9