|
@@ -987,8 +987,7 @@ extern int ata_host_activate(struct ata_host *host, int irq,
|
|
|
irq_handler_t irq_handler, unsigned long irq_flags,
|
|
|
struct scsi_host_template *sht);
|
|
|
extern void ata_host_detach(struct ata_host *host);
|
|
|
-extern void ata_host_init(struct ata_host *, struct device *,
|
|
|
- unsigned long, struct ata_port_operations *);
|
|
|
+extern void ata_host_init(struct ata_host *, struct device *, struct ata_port_operations *);
|
|
|
extern int ata_scsi_detect(struct scsi_host_template *sht);
|
|
|
extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg);
|
|
|
extern int ata_scsi_queuecmd(struct Scsi_Host *h, struct scsi_cmnd *cmd);
|