diff options
Diffstat (limited to 'include/linux/pci.h')
| -rw-r--r-- | include/linux/pci.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 7ac14961ba22..8621cf42b46f 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -971,6 +971,8 @@ static inline int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int en | |||
| 971 | 971 | ||
| 972 | #define isa_bridge ((struct pci_dev *)NULL) | 972 | #define isa_bridge ((struct pci_dev *)NULL) |
| 973 | 973 | ||
| 974 | #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) | ||
| 975 | |||
| 974 | #else | 976 | #else |
| 975 | 977 | ||
| 976 | /* | 978 | /* |
| @@ -985,9 +987,6 @@ static inline int pci_proc_domain(struct pci_bus *bus) | |||
| 985 | return 0; | 987 | return 0; |
| 986 | } | 988 | } |
| 987 | #endif | 989 | #endif |
| 988 | |||
| 989 | #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) | ||
| 990 | |||
| 991 | #endif /* !CONFIG_PCI */ | 990 | #endif /* !CONFIG_PCI */ |
| 992 | 991 | ||
| 993 | /* these helpers provide future and backwards compatibility | 992 | /* these helpers provide future and backwards compatibility |
