diff options
Diffstat (limited to 'drivers/scsi/esp_scsi.h')
-rw-r--r-- | drivers/scsi/esp_scsi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/esp_scsi.h b/drivers/scsi/esp_scsi.h index 8d4a6690401f..d5576d54ce76 100644 --- a/drivers/scsi/esp_scsi.h +++ b/drivers/scsi/esp_scsi.h | |||
@@ -517,8 +517,6 @@ struct esp { | |||
517 | struct sbus_dma *dma; | 517 | struct sbus_dma *dma; |
518 | }; | 518 | }; |
519 | 519 | ||
520 | #define host_to_esp(host) ((struct esp *)(host)->hostdata) | ||
521 | |||
522 | /* A front-end driver for the ESP chip should do the following in | 520 | /* A front-end driver for the ESP chip should do the following in |
523 | * it's device probe routine: | 521 | * it's device probe routine: |
524 | * 1) Allocate the host and private area using scsi_host_alloc() | 522 | * 1) Allocate the host and private area using scsi_host_alloc() |