[SCSI] esp: use shost_priv

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Christoph Hellwig
2007-05-31 20:12:32 +02:00
committed by James Bottomley
parent bcd92c9fbc
commit 2b14ec7878
4 changed files with 12 additions and 14 deletions

View File

@@ -517,8 +517,6 @@ struct esp {
struct sbus_dma *dma;
};
#define host_to_esp(host) ((struct esp *)(host)->hostdata)
/* A front-end driver for the ESP chip should do the following in
* it's device probe routine:
* 1) Allocate the host and private area using scsi_host_alloc()