aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-27 03:06:22 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-01 15:04:18 -0800
commitad668599f263988eaac74354349d64e3c0990a77 (patch)
tree18239f096baec5d7b598e2bd5cba621d87098ff4 /include/linux/pci.h
parentMerge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block (diff)
downloadlinux-dev-ad668599f263988eaac74354349d64e3c0990a77.tar.xz
linux-dev-ad668599f263988eaac74354349d64e3c0990a77.zip
PCI: make pci_restore_bars() static
This patch makes the needlessly global pci_restore_bars() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index ae1006322f80..169899b5c555 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -576,7 +576,6 @@ int pcie_set_readrq(struct pci_dev *dev, int rq);
void pci_update_resource(struct pci_dev *dev, struct resource *res, int resno);
int __must_check pci_assign_resource(struct pci_dev *dev, int i);
int __must_check pci_assign_resource_fixed(struct pci_dev *dev, int i);
-void pci_restore_bars(struct pci_dev *dev);
int pci_select_bars(struct pci_dev *dev, unsigned long flags);
/* ROM control related routines */