mm: Don't pin ZERO_PAGE in pin_user_pages()
[linux-block.git] / include / linux / pci.h
index 0b57e37d8e779c08b1d31418076efa35e68705fc..60b8772b5bd453b0751d5f2bea1b8a78dced0ac5 100644 (file)
@@ -511,6 +511,9 @@ struct pci_dev {
 #endif
 #ifdef CONFIG_PCI_P2PDMA
        struct pci_p2pdma __rcu *p2pdma;
+#endif
+#ifdef CONFIG_PCI_DOE
+       struct xarray   doe_mbs;        /* Data Object Exchange mailboxes */
 #endif
        u16             acs_cap;        /* ACS Capability offset */
        phys_addr_t     rom;            /* Physical address if not from BAR */