diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2002-09-02 22:38:35 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-09-02 22:38:35 -0700 |
| commit | eca56747e1b2f7d2ad2bf11da5b896ce9497279b (patch) | |
| tree | 4ded5fee701ff00b12b532aa9abc2db13f817c2a /include | |
| parent | 196ccb527ff6c6d3879917efb7ebcf5259275515 (diff) | |
[PATCH] duplicate declaration of pci_lock
Kill duplicate declaration of pci_lock
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 8ee2d9cf4053..3c76341f02bf 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -591,8 +591,6 @@ static int inline pci_write_config_dword(struct pci_dev *dev, int where, u32 val extern spinlock_t pci_lock; -extern spinlock_t pci_lock; - int pci_enable_device(struct pci_dev *dev); void pci_disable_device(struct pci_dev *dev); void pci_set_master(struct pci_dev *dev); |
