diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2008-05-20 00:49:04 +0200 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-06-10 19:59:51 +0200 |
commit | bbb44d9f23d868a2837c6b22b8dfb123d8e7800c (patch) | |
tree | 15573ad50a41601b0fda2f7d8568e6c94fee307b /include | |
parent | Introduce new top level suspend and hibernation callbacks (diff) | |
download | linux-bbb44d9f23d868a2837c6b22b8dfb123d8e7800c.tar.xz linux-bbb44d9f23d868a2837c6b22b8dfb123d8e7800c.zip |
PCI: implement new suspend/resume callbacks
Implement new suspend and hibernation callbacks for the PCI bus type.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 2 |
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 { int (*resume_early) (struct pci_dev *dev); int (*resume) (struct pci_dev *dev); /* Device woken up */ void (*shutdown) (struct pci_dev *dev); - + struct pm_ext_ops *pm; struct pci_error_handlers *err_handler; struct device_driver driver; struct pci_dynids dynids; |