summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorRafael J. Wysocki2008-05-20 00:49:04 +0200
committerJesse Barnes2008-06-10 19:59:51 +0200
commitbbb44d9f23d868a2837c6b22b8dfb123d8e7800c (patch)
tree15573ad50a41601b0fda2f7d8568e6c94fee307b /include/linux
parentIntroduce new top level suspend and hibernation callbacks (diff)
downloadkernel-qcow2-linux-bbb44d9f23d868a2837c6b22b8dfb123d8e7800c.tar.gz
kernel-qcow2-linux-bbb44d9f23d868a2837c6b22b8dfb123d8e7800c.tar.xz
kernel-qcow2-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/linux')
-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 {
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;