diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index a379513bddef..e63112fb55be 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -406,6 +406,7 @@ struct pci_host_bridge { | |||
406 | struct list_head windows; /* resource_entry */ | 406 | struct list_head windows; /* resource_entry */ |
407 | void (*release_fn)(struct pci_host_bridge *); | 407 | void (*release_fn)(struct pci_host_bridge *); |
408 | void *release_data; | 408 | void *release_data; |
409 | unsigned int ignore_reset_delay:1; /* for entire hierarchy */ | ||
409 | }; | 410 | }; |
410 | 411 | ||
411 | #define to_pci_host_bridge(n) container_of(n, struct pci_host_bridge, dev) | 412 | #define to_pci_host_bridge(n) container_of(n, struct pci_host_bridge, dev) |