diff options
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 c9bb7bee52c7..549d8410974b 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -356,6 +356,8 @@ struct pci_driver { | |||
356 | struct pci_error_handlers *err_handler; | 356 | struct pci_error_handlers *err_handler; |
357 | struct device_driver driver; | 357 | struct device_driver driver; |
358 | struct pci_dynids dynids; | 358 | struct pci_dynids dynids; |
359 | |||
360 | int multithread_probe; | ||
359 | }; | 361 | }; |
360 | 362 | ||
361 | #define to_pci_driver(drv) container_of(drv,struct pci_driver, driver) | 363 | #define to_pci_driver(drv) container_of(drv,struct pci_driver, driver) |