aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2007-07-27 14:43:35 +0900
committerJeff Garzik <jeff@garzik.org>2007-08-01 10:00:56 -0400
commit0b62e13b5c9b4871641973e024cc9dd440b5bb58 (patch)
treed8c555913a77b9b5f240a9a2451ed8387b23e924 /include/linux/pci.h
parentlibata-sff; Unbreak non DMA capable controllers again (diff)
downloadlinux-dev-0b62e13b5c9b4871641973e024cc9dd440b5bb58.tar.xz
linux-dev-0b62e13b5c9b4871641973e024cc9dd440b5bb58.zip
pci: rename __pci_reenable_device() to pci_reenable_device()
Rename __pci_reenable_device() to pci_reenable_device(). Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index d8f8a3a96644..e7d8d4e19a53 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -534,7 +534,7 @@ static inline int pci_write_config_dword(struct pci_dev *dev, int where, u32 val
int __must_check pci_enable_device(struct pci_dev *dev);
int __must_check pci_enable_device_bars(struct pci_dev *dev, int mask);
-int __must_check __pci_reenable_device(struct pci_dev *);
+int __must_check pci_reenable_device(struct pci_dev *);
int __must_check pcim_enable_device(struct pci_dev *pdev);
void pcim_pin_device(struct pci_dev *pdev);