diff options
Diffstat (limited to 'include/linux/of_pci.h')
-rw-r--r-- | include/linux/of_pci.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/of_pci.h b/include/linux/of_pci.h index 38c0533a3359..2c51ee78b1c0 100644 --- a/include/linux/of_pci.h +++ b/include/linux/of_pci.h | |||
@@ -16,7 +16,6 @@ int of_pci_get_devfn(struct device_node *np); | |||
16 | int of_irq_parse_and_map_pci(const struct pci_dev *dev, u8 slot, u8 pin); | 16 | int of_irq_parse_and_map_pci(const struct pci_dev *dev, u8 slot, u8 pin); |
17 | int of_pci_parse_bus_range(struct device_node *node, struct resource *res); | 17 | int of_pci_parse_bus_range(struct device_node *node, struct resource *res); |
18 | int of_get_pci_domain_nr(struct device_node *node); | 18 | int of_get_pci_domain_nr(struct device_node *node); |
19 | void of_pci_dma_configure(struct pci_dev *pci_dev); | ||
20 | void of_pci_check_probe_only(void); | 19 | void of_pci_check_probe_only(void); |
21 | #else | 20 | #else |
22 | static inline int of_irq_parse_pci(const struct pci_dev *pdev, struct of_phandle_args *out_irq) | 21 | static inline int of_irq_parse_pci(const struct pci_dev *pdev, struct of_phandle_args *out_irq) |
@@ -53,8 +52,6 @@ of_get_pci_domain_nr(struct device_node *node) | |||
53 | return -1; | 52 | return -1; |
54 | } | 53 | } |
55 | 54 | ||
56 | static inline void of_pci_dma_configure(struct pci_dev *pci_dev) { } | ||
57 | |||
58 | static inline void of_pci_check_probe_only(void) { } | 55 | static inline void of_pci_check_probe_only(void) { } |
59 | #endif | 56 | #endif |
60 | 57 | ||