[PATCH] typo in include/linux/compiler.h

From: Olaf Hering
Date: Sun Feb 20 2005 - 16:31:47 EST



small nitpick, __KERNEL__ is the inner ifdef.


Signed-off-by: Olaf Hering <olh@xxxxxxx>

diff -purN linux-2.6.11-rc4.orig/include/linux/compiler.h linux-2.6.11-rc4-klibc/include/linux/compiler.h
--- linux-2.6.11-rc4.orig/include/linux/compiler.h 2005-02-13 04:06:55.000000000 +0100
+++ linux-2.6.11-rc4-klibc/include/linux/compiler.h 2005-02-20 17:16:47.340324407 +0100
@@ -72,10 +72,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.
-
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/