diff options
author | Christoph Hellwig <hch@lst.de> | 2005-06-11 02:13:30 +0400 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-06-12 03:44:12 +0400 |
commit | 8eb379425765bfc9a44f06f210224b10066fc46f (patch) | |
tree | 267308a971306ca9c510b6ecff410263ae18af9c /drivers/scsi/aic7xxx/aic7xxx.h | |
parent | 3d65692aed727c7fb4105f03795781ace437a84e (diff) | |
download | linux-8eb379425765bfc9a44f06f210224b10066fc46f.tar.xz |
[SCSI] aic7xxx: remove some dead wood
especially the now dead scsi_cmnd overlay
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx.h b/drivers/scsi/aic7xxx/aic7xxx.h index d094e7371734..0948d50ae75c 100644 --- a/drivers/scsi/aic7xxx/aic7xxx.h +++ b/drivers/scsi/aic7xxx/aic7xxx.h @@ -346,7 +346,6 @@ typedef enum { * controller. */ AHC_NEWEEPROM_FMT = 0x4000, - AHC_RESOURCE_SHORTAGE = 0x8000, AHC_TQINFIFO_BLOCKED = 0x10000, /* Blocked waiting for ATIOs */ AHC_INT50_SPEEDFLEX = 0x20000, /* * Internal 50pin connector |