diff options
author | Christoph Hellwig <hch@lst.de> | 2005-04-21 16:13:39 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-04-21 16:13:39 -0400 |
commit | 0bdcd78ea2342ad1a9c79cac99eefcfd0b3f1c2b (patch) | |
tree | b69beb037acd3e1329c3d17b0a8fd6f5762c335a /drivers/scsi/aic7xxx/aic7xxx_osm.h | |
parent | 1c97a12a29b49ad4432927eac076fd5e3dedece6 (diff) |
[SCSI] aic7xxx: remove inquiry sniffing leftovers
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h index c401537067b6..ed9027bd8a40 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.h +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h | |||
@@ -423,10 +423,6 @@ struct ahc_linux_device { | |||
423 | struct ahc_linux_target *target; | 423 | struct ahc_linux_target *target; |
424 | }; | 424 | }; |
425 | 425 | ||
426 | typedef enum { | ||
427 | AHC_INQ_VALID = 0x02, | ||
428 | } ahc_linux_targ_flags; | ||
429 | |||
430 | struct ahc_linux_target { | 426 | struct ahc_linux_target { |
431 | struct ahc_linux_device *devices[AHC_NUM_LUNS]; | 427 | struct ahc_linux_device *devices[AHC_NUM_LUNS]; |
432 | int channel; | 428 | int channel; |
@@ -434,8 +430,6 @@ struct ahc_linux_target { | |||
434 | int refcount; | 430 | int refcount; |
435 | struct ahc_transinfo last_tinfo; | 431 | struct ahc_transinfo last_tinfo; |
436 | struct ahc_softc *ahc; | 432 | struct ahc_softc *ahc; |
437 | ahc_linux_targ_flags flags; | ||
438 | struct scsi_inquiry_data *inq_data; | ||
439 | }; | 433 | }; |
440 | 434 | ||
441 | /********************* Definitions Required by the Core ***********************/ | 435 | /********************* Definitions Required by the Core ***********************/ |