aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 700704ef70f3..507ee52323cd 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -389,7 +389,7 @@ struct pci_driver {
389 int (*resume_early) (struct pci_dev *dev); 389 int (*resume_early) (struct pci_dev *dev);
390 int (*resume) (struct pci_dev *dev); /* Device woken up */ 390 int (*resume) (struct pci_dev *dev); /* Device woken up */
391 void (*shutdown) (struct pci_dev *dev); 391 void (*shutdown) (struct pci_dev *dev);
392 392 struct pm_ext_ops *pm;
393 struct pci_error_handlers *err_handler; 393 struct pci_error_handlers *err_handler;
394 struct device_driver driver; 394 struct device_driver driver;
395 struct pci_dynids dynids; 395 struct pci_dynids dynids;