diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-06-03 02:41:35 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-06-03 02:41:35 -0700 |
| commit | 9cc268e9647fe4b08cfb939ff7ac48ed67487eb1 (patch) | |
| tree | cbef8d59bd19044b8d99204196ee64867976a389 /include | |
| parent | cc927c9a3e0021648af355911dbb009ffd99424c (diff) | |
[PATCH] PCI: make pools_lock and pci_lock static.
No one is using them outside the pci core.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index b72da17b18ad..442e1da02dca 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -606,8 +606,6 @@ static inline int pci_write_config_dword(struct pci_dev *dev, int where, u32 val return pci_bus_write_config_dword (dev->bus, dev->devfn, where, val); } -extern spinlock_t pci_lock; - int pci_enable_device(struct pci_dev *dev); int pci_enable_device_bars(struct pci_dev *dev, int mask); void pci_disable_device(struct pci_dev *dev); |
