]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/scsi/NCR53C9x.c
[SCSI] remove Scsi_Host_Template typedef
[mirror_ubuntu-artful-kernel.git] / drivers / scsi / NCR53C9x.c
index 26146a4b67b8dd4628f53d68e330aad9064ff799..117d9747c49318c20302aeaab7a2e5e87db7306c 100644 (file)
@@ -529,7 +529,7 @@ void esp_bootup_reset(struct NCR_ESP *esp, struct ESP_regs *eregs)
 /* Allocate structure and insert basic data such as SCSI chip frequency
  * data and a pointer to the device
  */
-struct NCR_ESP* esp_allocate(Scsi_Host_Template *tpnt, void *esp_dev)
+struct NCR_ESP* esp_allocate(struct scsi_host_template *tpnt, void *esp_dev)
 {
        struct NCR_ESP *esp, *elink;
        struct Scsi_Host *esp_host;