From 9cc268e9647fe4b08cfb939ff7ac48ed67487eb1 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 3 Jun 2003 02:41:35 -0700 Subject: [PATCH] PCI: make pools_lock and pci_lock static. No one is using them outside the pci core. --- include/linux/pci.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux') 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); -- cgit v1.2.3