X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fscsi%2Faha1542.h;fp=drivers%2Fscsi%2Faha1542.h;h=76e6abc944e8c3975f766207faf15f23668eb669;hb=643a7c43f11ee776701e06410d7b3f9a41e5d284;hp=b871d2b57f93235652d55761cc66617f2a52c291;hpb=f20dffc7c67b1c88aedd600031229cc97a4ddb97;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/scsi/aha1542.h b/drivers/scsi/aha1542.h index b871d2b57f93..76e6abc944e8 100644 --- a/drivers/scsi/aha1542.h +++ b/drivers/scsi/aha1542.h @@ -131,7 +131,7 @@ struct ccb { /* Command Control Block 5.3 */ /* REQUEST SENSE */ }; -static int aha1542_detect(struct scsi_host_template *); +static struct Scsi_Host *aha1542_hw_init(struct scsi_host_template *tpnt, struct device *pdev, int indx); static int aha1542_queuecommand(struct Scsi_Host *, struct scsi_cmnd *); static int aha1542_bus_reset(Scsi_Cmnd * SCpnt); static int aha1542_dev_reset(Scsi_Cmnd * SCpnt);