aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic7xxx_osm.h
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@steeleye.com>2005-05-16 22:37:58 -0400
committerJames Bottomley <jejb@mulgrave.(none)>2005-05-20 16:54:39 -0400
commit38c29ce06d24691d6e6dd786175fcc54efd5995b (patch)
tree23baaee4a2716a02d25e09cdab49439779fa94c9 /drivers/scsi/aic7xxx/aic7xxx_osm.h
parent013791ee01754f83dbb4ccfd266381db74e120b5 (diff)
[SCSI] aic7xxx: remove the last vestiges of the runq
This was rendered obsolete by the busyq removal; remove some of the last remnants of its presence. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm.h')
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_osm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h
index 2afd0521c4a..9ce7639dc73 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_osm.h
+++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h
@@ -325,7 +325,6 @@ typedef enum {
325 AHC_DEV_UNCONFIGURED = 0x01, 325 AHC_DEV_UNCONFIGURED = 0x01,
326 AHC_DEV_FREEZE_TIL_EMPTY = 0x02, /* Freeze queue until active == 0 */ 326 AHC_DEV_FREEZE_TIL_EMPTY = 0x02, /* Freeze queue until active == 0 */
327 AHC_DEV_TIMER_ACTIVE = 0x04, /* Our timer is active */ 327 AHC_DEV_TIMER_ACTIVE = 0x04, /* Our timer is active */
328 AHC_DEV_ON_RUN_LIST = 0x08, /* Queued to be run later */
329 AHC_DEV_Q_BASIC = 0x10, /* Allow basic device queuing */ 328 AHC_DEV_Q_BASIC = 0x10, /* Allow basic device queuing */
330 AHC_DEV_Q_TAGGED = 0x20, /* Allow full SCSI2 command queueing */ 329 AHC_DEV_Q_TAGGED = 0x20, /* Allow full SCSI2 command queueing */
331 AHC_DEV_PERIODIC_OTAG = 0x40, /* Send OTAG to prevent starvation */ 330 AHC_DEV_PERIODIC_OTAG = 0x40, /* Send OTAG to prevent starvation */
@@ -466,7 +465,6 @@ struct ahc_platform_data {
466 * Fields accessed from interrupt context. 465 * Fields accessed from interrupt context.
467 */ 466 */
468 struct ahc_linux_target *targets[AHC_NUM_TARGETS]; 467 struct ahc_linux_target *targets[AHC_NUM_TARGETS];
469 TAILQ_HEAD(, ahc_linux_device) device_runq;
470 struct ahc_completeq completeq; 468 struct ahc_completeq completeq;
471 469
472 spinlock_t spin_lock; 470 spinlock_t spin_lock;