linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: remove LINUX_VERSION_CODE macro usage from dpt
@ 2006-01-14 16:57 Pekka Enberg
  0 siblings, 0 replies; only message in thread
From: Pekka Enberg @ 2006-01-14 16:57 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi

From: Pekka Enberg <penberg@cs.helsinki.fi>

This patch removes LINUX_VERSION_CODE macro usage from the dpt driver in
drivers/scsi/.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
---

 drivers/scsi/dpt/dpti_i2o.h |   10 ----------
 1 file changed, 10 deletions(-)

Index: 2.6/drivers/scsi/dpt/dpti_i2o.h
===================================================================
--- 2.6.orig/drivers/scsi/dpt/dpti_i2o.h
+++ 2.6/drivers/scsi/dpt/dpti_i2o.h
@@ -48,21 +48,11 @@
  *	I2O Interface Objects
  */
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
-
-#define DECLARE_MUTEX(name) struct semaphore name=MUTEX
-
-typedef struct wait_queue *adpt_wait_queue_head_t;
-#define ADPT_DECLARE_WAIT_QUEUE_HEAD(wait) adpt_wait_queue_head_t wait = NULL
-typedef struct wait_queue adpt_wait_queue_t;
-#else
-
 #include <linux/wait.h>
 typedef wait_queue_head_t adpt_wait_queue_head_t;
 #define ADPT_DECLARE_WAIT_QUEUE_HEAD(wait) DECLARE_WAIT_QUEUE_HEAD(wait)
 typedef wait_queue_t adpt_wait_queue_t;
 
-#endif
 /*
  * message structures
  */



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

only message in thread, other threads:[~2006-01-14 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-14 16:57 [PATCH] scsi: remove LINUX_VERSION_CODE macro usage from dpt Pekka Enberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).