diff options
author | <hch@lst.de> | 2005-04-10 23:19:25 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-18 13:33:41 -0400 |
commit | 2bc474c3646efba67bdc83b7fc7d8ee7562e0106 (patch) | |
tree | e27a7c4392259688a25b3f8ca21668eb1e7fa201 /drivers/scsi/scsi.h | |
parent | c6295cdf656de63d6d1123def71daba6cd91939c (diff) |
[PATCH] kill old EH constants
Fix up two drivers that incorrectly were using the old return values for
their new-style EH methods and kill off scsi_obsolete.h that defined the
constants. The initio driver has all these constansts defined locally
and uses them internally, I'll fix that up some time later.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi.h')
-rw-r--r-- | drivers/scsi/scsi.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/scsi.h b/drivers/scsi/scsi.h index 6e7bb068220f..e2360c26ef01 100644 --- a/drivers/scsi/scsi.h +++ b/drivers/scsi/scsi.h | |||
@@ -60,12 +60,6 @@ struct scatterlist; | |||
60 | #define scsi_to_pci_dma_dir(scsi_dir) ((int)(scsi_dir)) | 60 | #define scsi_to_pci_dma_dir(scsi_dir) ((int)(scsi_dir)) |
61 | #define scsi_to_sbus_dma_dir(scsi_dir) ((int)(scsi_dir)) | 61 | #define scsi_to_sbus_dma_dir(scsi_dir) ((int)(scsi_dir)) |
62 | 62 | ||
63 | /* | ||
64 | * This is the crap from the old error handling code. We have it in a special | ||
65 | * place so that we can more easily delete it later on. | ||
66 | */ | ||
67 | #include "scsi_obsolete.h" | ||
68 | |||
69 | /* obsolete typedef junk. */ | 63 | /* obsolete typedef junk. */ |
70 | #include "scsi_typedefs.h" | 64 | #include "scsi_typedefs.h" |
71 | 65 | ||