diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 6dfa47d25ba4..19ee92c53ef7 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -599,8 +599,6 @@ extern void pci_sort_breadthfirst(void); | |||
599 | struct pci_dev __deprecated *pci_find_device(unsigned int vendor, | 599 | struct pci_dev __deprecated *pci_find_device(unsigned int vendor, |
600 | unsigned int device, | 600 | unsigned int device, |
601 | struct pci_dev *from); | 601 | struct pci_dev *from); |
602 | struct pci_dev __deprecated *pci_find_slot(unsigned int bus, | ||
603 | unsigned int devfn); | ||
604 | #endif /* CONFIG_PCI_LEGACY */ | 602 | #endif /* CONFIG_PCI_LEGACY */ |
605 | 603 | ||
606 | enum pci_lost_interrupt_reason { | 604 | enum pci_lost_interrupt_reason { |
@@ -936,12 +934,6 @@ static inline struct pci_dev *pci_find_device(unsigned int vendor, | |||
936 | return NULL; | 934 | return NULL; |
937 | } | 935 | } |
938 | 936 | ||
939 | static inline struct pci_dev *pci_find_slot(unsigned int bus, | ||
940 | unsigned int devfn) | ||
941 | { | ||
942 | return NULL; | ||
943 | } | ||
944 | |||
945 | static inline struct pci_dev *pci_get_device(unsigned int vendor, | 937 | static inline struct pci_dev *pci_get_device(unsigned int vendor, |
946 | unsigned int device, | 938 | unsigned int device, |
947 | struct pci_dev *from) | 939 | struct pci_dev *from) |