diff options
author | Christoph Hellwig <hch@lst.de> | 2005-10-31 18:31:40 +0100 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-11-09 15:44:09 -0500 |
commit | d0be4a7d29ad0bd3ce2209dd9e46d410b632db59 (patch) | |
tree | a76b11820f03826b1a32b8e9117eb57e19874776 /drivers/scsi/mvme16x.h | |
parent | c0ed79a331caa68ac027dd6afc02bb5b58ef2798 (diff) | |
download | kernel-crypto-d0be4a7d29ad0bd3ce2209dd9e46d410b632db59.tar.gz kernel-crypto-d0be4a7d29ad0bd3ce2209dd9e46d410b632db59.tar.xz kernel-crypto-d0be4a7d29ad0bd3ce2209dd9e46d410b632db59.zip |
[SCSI] remove Scsi_Host_Template typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/mvme16x.h')
-rw-r--r-- | drivers/scsi/mvme16x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/mvme16x.h b/drivers/scsi/mvme16x.h index 25173c891d3..c7a12533fb2 100644 --- a/drivers/scsi/mvme16x.h +++ b/drivers/scsi/mvme16x.h @@ -3,7 +3,7 @@ #include <linux/types.h> -int mvme16x_scsi_detect(Scsi_Host_Template *); +int mvme16x_scsi_detect(struct scsi_host_template *); const char *NCR53c7x0_info(void); int NCR53c7xx_queue_command(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *)); int NCR53c7xx_abort(Scsi_Cmnd *); |