diff options
author | 2017-10-21 13:09:18 +0200 | |
---|---|---|
committer | 2017-10-21 13:09:18 +0200 | |
commit | a2ab5fc41533c952706ebdfaa378bb746e535cc1 (patch) | |
tree | 9fb86bb4e9ecb67f7e651d284c2f12c6c5d4378f /include/linux/pci.h | |
parent | PM / core: Drop legacy class suspend/resume operations (diff) | |
parent | PM / sleep: Remove pm_complete_with_resume_check() (diff) | |
download | wireguard-linux-a2ab5fc41533c952706ebdfaa378bb746e535cc1.tar.xz wireguard-linux-a2ab5fc41533c952706ebdfaa378bb746e535cc1.zip |
Merge branch 'pm-sleep' into pm-core
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 f68c58a93dd0..f4f8ee5a7362 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -1685,6 +1685,8 @@ static inline int pci_get_new_domain_nr(void) { return -ENOSYS; } #define dev_is_pci(d) (false) #define dev_is_pf(d) (false) +static inline bool pci_acs_enabled(struct pci_dev *pdev, u16 acs_flags) +{ return false; } #endif /* CONFIG_PCI */ /* Include architecture-dependent settings and functions */ |