diff options
| -rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 10028a94eeb3..3f835a049d6a 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -1862,6 +1862,8 @@ static inline void pci_set_of_node(struct pci_dev *dev) { } | |||
| 1862 | static inline void pci_release_of_node(struct pci_dev *dev) { } | 1862 | static inline void pci_release_of_node(struct pci_dev *dev) { } |
| 1863 | static inline void pci_set_bus_of_node(struct pci_bus *bus) { } | 1863 | static inline void pci_set_bus_of_node(struct pci_bus *bus) { } |
| 1864 | static inline void pci_release_bus_of_node(struct pci_bus *bus) { } | 1864 | static inline void pci_release_bus_of_node(struct pci_bus *bus) { } |
| 1865 | static inline struct device_node * | ||
| 1866 | pci_device_to_OF_node(const struct pci_dev *pdev) { return NULL; } | ||
| 1865 | #endif /* CONFIG_OF */ | 1867 | #endif /* CONFIG_OF */ |
| 1866 | 1868 | ||
| 1867 | #ifdef CONFIG_EEH | 1869 | #ifdef CONFIG_EEH |
