[patch] s390: remove a kernel 2.2 #ifdef

From: Adrian Bunk
Date: Sat Feb 07 2004 - 20:14:02 EST


The patych below removes an #ifdef for kernel 2.2 from
include/asm-s390/debug.h .

Please apply
Adrian


--- linux-2.6.2-mm1/include/asm-s390/debug.h.old 2004-02-08 02:07:18.000000000 +0100
+++ linux-2.6.2-mm1/include/asm-s390/debug.h 2004-02-08 02:07:48.000000000 +0100
@@ -35,11 +35,7 @@

#ifdef __KERNEL__
#include <linux/version.h>
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0))
- #include <asm/spinlock.h>
-#else
- #include <linux/spinlock.h>
-#endif /* LINUX_VERSION_CODE */
+#include <linux/spinlock.h>
#include <linux/kernel.h>
#include <linux/time.h>
#include <linux/proc_fs.h>

-
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/