aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/esp_scsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/esp_scsi.h')
-rw-r--r--drivers/scsi/esp_scsi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/esp_scsi.h b/drivers/scsi/esp_scsi.h
index b5862e463455..975d2934d42a 100644
--- a/drivers/scsi/esp_scsi.h
+++ b/drivers/scsi/esp_scsi.h
@@ -283,7 +283,6 @@ struct esp_cmd_entry {
283 struct completion *eh_done; 283 struct completion *eh_done;
284}; 284};
285 285
286/* XXX make this configurable somehow XXX */
287#define ESP_DEFAULT_TAGS 16 286#define ESP_DEFAULT_TAGS 16
288 287
289#define ESP_MAX_TARGET 16 288#define ESP_MAX_TARGET 16
@@ -445,7 +444,7 @@ struct esp {
445 u8 prev_soff; 444 u8 prev_soff;
446 u8 prev_stp; 445 u8 prev_stp;
447 u8 prev_cfg3; 446 u8 prev_cfg3;
448 u8 __pad; 447 u8 num_tags;
449 448
450 struct list_head esp_cmd_pool; 449 struct list_head esp_cmd_pool;
451 450