commit | d0be4a7d29ad0bd3ce2209dd9e46d410b632db59 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Oct 31 18:31:40 2005 +0100 |
committer | James Bottomley <jejb@mulgrave.(none)> | Wed Nov 09 15:44:09 2005 -0500 |
tree | a76b11820f03826b1a32b8e9117eb57e19874776 | |
parent | c0ed79a331caa68ac027dd6afc02bb5b58ef2798 [diff] [blame] |
[SCSI] remove Scsi_Host_Template typedef Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
diff --git a/drivers/scsi/fcal.h b/drivers/scsi/fcal.h index 21aa32e..191b38c 100644 --- a/drivers/scsi/fcal.h +++ b/drivers/scsi/fcal.h
@@ -20,7 +20,7 @@ for a particular channel */ #define FCAL_CAN_QUEUE 512 -int fcal_detect(Scsi_Host_Template *); +int fcal_detect(struct scsi_host_template *); int fcal_release(struct Scsi_Host *); int fcal_slave_configure(Scsi_Device *);