diff options
Diffstat (limited to 'include/linux/pci.h')
-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 9ce4f1be093f..66798b46f308 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -985,6 +985,8 @@ static inline int pci_proc_domain(struct pci_bus *bus) | |||
985 | } | 985 | } |
986 | #endif | 986 | #endif |
987 | 987 | ||
988 | #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) | ||
989 | |||
988 | #endif /* !CONFIG_PCI */ | 990 | #endif /* !CONFIG_PCI */ |
989 | 991 | ||
990 | /* these helpers provide future and backwards compatibility | 992 | /* these helpers provide future and backwards compatibility |