aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic7xxx_osm.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-05-16 18:51:13 +0200
committerJames Bottomley <jejb@mulgrave.(none)>2005-05-20 15:54:35 -0500
commitc06716fe1cea97749668c83e8374b453fbd00823 (patch)
tree25bdeb4b6a09dee33dd0da7f284d710883aea595 /drivers/scsi/aic7xxx/aic7xxx_osm.h
parent[SCSI] remove aic7xxx busyq (diff)
downloadlinux-dev-c06716fe1cea97749668c83e8374b453fbd00823.tar.xz
linux-dev-c06716fe1cea97749668c83e8374b453fbd00823.zip
[SCSI] aic7xxx: remove some DV leftovers
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_osm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h
index 956097035219..6ea2bfb8820c 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_osm.h
+++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h
@@ -488,15 +488,9 @@ struct ahc_platform_data {
spinlock_t spin_lock;
u_int qfrozen;
- pid_t dv_pid;
struct timer_list completeq_timer;
struct timer_list reset_timer;
struct semaphore eh_sem;
- struct semaphore dv_sem;
- struct semaphore dv_cmd_sem; /* XXX This needs to be in
- * the target struct
- */
- struct scsi_device *dv_scsi_dev;
struct Scsi_Host *host; /* pointer to scsi host */
#define AHC_LINUX_NOIRQ ((uint32_t)~0)
uint32_t irq; /* IRQ for this adapter */