Skip to content

Commit

Permalink
[SCSI] drivers/scsi/dpt/dpti_i2o.h: removal of old scsi code
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Michal Piotrowski authored and James Bottomley committed Sep 26, 2006
1 parent f5ebbeb commit 288777f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/scsi/dpt/dpti_i2o.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,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
*/
Expand Down

0 comments on commit 288777f

Please sign in to comment.