aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/pci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index f0c056780a1f..578a0770961a 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -302,7 +302,8 @@ struct pci_dev {
302 unsigned int msix_enabled:1; 302 unsigned int msix_enabled:1;
303 unsigned int ari_enabled:1; /* ARI forwarding */ 303 unsigned int ari_enabled:1; /* ARI forwarding */
304 unsigned int is_managed:1; 304 unsigned int is_managed:1;
305 unsigned int is_pcie:1; 305 unsigned int is_pcie:1; /* Obsolete. Will be removed.
306 Use pci_is_pcie() instead */
306 unsigned int needs_freset:1; /* Dev requires fundamental reset */ 307 unsigned int needs_freset:1; /* Dev requires fundamental reset */
307 unsigned int state_saved:1; 308 unsigned int state_saved:1;
308 unsigned int is_physfn:1; 309 unsigned int is_physfn:1;