From: Olaf Hering <olh@suse.de>

small nitpick, __KERNEL__ is the inner ifdef.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-ppc-akpm/include/linux/compiler.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN include/linux/compiler.h~typo-in-include-linux-compilerh include/linux/compiler.h
--- 25-ppc/include/linux/compiler.h~typo-in-include-linux-compilerh	2005-02-22 22:55:09.000000000 -0800
+++ 25-ppc-akpm/include/linux/compiler.h	2005-02-22 22:55:11.000000000 -0800
@@ -74,10 +74,10 @@ extern void __chk_io_ptr(void __iomem *)
     (typeof(ptr)) (__ptr + (off)); })
 #endif
 
-#endif /* __ASSEMBLY__ */
-
 #endif /* __KERNEL__ */
 
+#endif /* __ASSEMBLY__ */
+
 /*
  * Allow us to mark functions as 'deprecated' and have gcc emit a nice
  * warning for each use, in hopes of speeding the functions removal.
_