diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2005-09-15 15:44:00 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-16 02:39:01 -0400 |
commit | 17b14451fd2b187ddd6303726755a3af0a926b6c (patch) | |
tree | b0f3572bcb47eef8a4988b44795ddcab95da3118 /include | |
parent | 7a83e90b32a2b2500e0be6a5317ab411b39222c9 (diff) | |
download | op-kernel-dev-17b14451fd2b187ddd6303726755a3af0a926b6c.zip op-kernel-dev-17b14451fd2b187ddd6303726755a3af0a926b6c.tar.gz |
[PATCH] PATCH: remove function for non-PCI as requested
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 022105c..ceee1fc 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -393,6 +393,7 @@ extern int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_i extern void ata_pci_remove_one (struct pci_dev *pdev); #endif /* CONFIG_PCI */ extern int ata_device_add(struct ata_probe_ent *ent); +extern void ata_host_set_remove(struct ata_host_set *host_set); extern int ata_scsi_detect(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_cmnd *cmd, void (*done)(struct scsi_cmnd *)); |