diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-30 05:42:52 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-30 05:42:52 -0400 |
commit | 374b1873571bf80dc0c1fcceaaad067980f3b9de (patch) | |
tree | d53352d9fed18984e48cf734a1036ff8fbef856f /include/linux/libata.h | |
parent | ea6ba10bbb88e106f9e2db7dc253993bb3bbbe3b (diff) | |
download | linux-stable-374b1873571bf80dc0c1fcceaaad067980f3b9de.tar.gz linux-stable-374b1873571bf80dc0c1fcceaaad067980f3b9de.tar.bz2 linux-stable-374b1873571bf80dc0c1fcceaaad067980f3b9de.zip |
[libata] update several drivers to use pci_iomap()/pci_iounmap()
Diffstat (limited to 'include/linux/libata.h')
-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 fc05a9899288..bd0f79dfb9cd 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -450,6 +450,7 @@ struct pci_bits { unsigned long val; }; +extern void ata_pci_host_stop (struct ata_host_set *host_set); extern struct ata_probe_ent * ata_pci_init_native_mode(struct pci_dev *pdev, struct ata_port_info **port); extern int pci_test_config_bits(struct pci_dev *pdev, struct pci_bits *bits); |