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 115fb7ba5089..a90f94020798 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -276,6 +276,7 @@ struct pci_dev { | |||
276 | unsigned int state_saved:1; | 276 | unsigned int state_saved:1; |
277 | unsigned int is_physfn:1; | 277 | unsigned int is_physfn:1; |
278 | unsigned int is_virtfn:1; | 278 | unsigned int is_virtfn:1; |
279 | unsigned int reset_fn:1; | ||
279 | pci_dev_flags_t dev_flags; | 280 | pci_dev_flags_t dev_flags; |
280 | atomic_t enable_cnt; /* pci_enable_device has been called */ | 281 | atomic_t enable_cnt; /* pci_enable_device has been called */ |
281 | 282 | ||