mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] s390: remove a kernel 2.2 #ifdef
@ 2004-02-08  1:12 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-02-08  1:12 UTC (permalink / raw)
  To: linux390; +Cc: linux-390, linux-kernel

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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-08  1:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-08  1:12 [patch] s390: remove a kernel 2.2 #ifdef Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®