[SCSI] remove Scsi_Host_Template typedef

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Christoph Hellwig
2005-10-31 18:31:40 +01:00
committed by James Bottomley
부모 c0ed79a331
커밋 d0be4a7d29
110개의 변경된 파일185개의 추가작업 그리고 186개의 파일을 삭제

파일 보기

@@ -10,7 +10,7 @@
#include <linux/types.h>
int mvme147_detect(Scsi_Host_Template *);
int mvme147_detect(struct scsi_host_template *);
int mvme147_release(struct Scsi_Host *);
const char *wd33c93_info(void);
int wd33c93_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));