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>

Reply via email to