diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-26 21:06:22 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 18:04:18 -0500 |
commit | ad668599f263988eaac74354349d64e3c0990a77 (patch) | |
tree | 18239f096baec5d7b598e2bd5cba621d87098ff4 /include/linux/pci.h | |
parent | 24e1c13c93cbdd05e4b7ea921c0050b036555adc (diff) |
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.h | 1 |
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); | |||
576 | void pci_update_resource(struct pci_dev *dev, struct resource *res, int resno); | 576 | void pci_update_resource(struct pci_dev *dev, struct resource *res, int resno); |
577 | int __must_check pci_assign_resource(struct pci_dev *dev, int i); | 577 | int __must_check pci_assign_resource(struct pci_dev *dev, int i); |
578 | int __must_check pci_assign_resource_fixed(struct pci_dev *dev, int i); | 578 | int __must_check pci_assign_resource_fixed(struct pci_dev *dev, int i); |
579 | void pci_restore_bars(struct pci_dev *dev); | ||
580 | int pci_select_bars(struct pci_dev *dev, unsigned long flags); | 579 | int pci_select_bars(struct pci_dev *dev, unsigned long flags); |
581 | 580 | ||
582 | /* ROM control related routines */ | 581 | /* ROM control related routines */ |