summaryrefslogtreecommitdiffstats
path: root/include/xen/xenbus.h
diff options
context:
space:
mode:
authorIan Campbell2009-02-09 21:05:50 +0100
committerJeremy Fitzhardinge2009-03-30 18:26:55 +0200
commita1ce1be578365a4da7e7d7db4812539d2d5da763 (patch)
tree93110109c0aba28f654dfe0a12e189a054affe5e /include/xen/xenbus.h
parentxen: clean up gate trap/interrupt constants (diff)
downloadkernel-qcow2-linux-a1ce1be578365a4da7e7d7db4812539d2d5da763.tar.gz
kernel-qcow2-linux-a1ce1be578365a4da7e7d7db4812539d2d5da763.tar.xz
kernel-qcow2-linux-a1ce1be578365a4da7e7d7db4812539d2d5da763.zip
xen: remove suspend_cancel hook
Remove suspend_cancel hook from xenbus_driver, in preparation for using the device model for suspending. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'include/xen/xenbus.h')
-rw-r--r--include/xen/xenbus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h
index f87f9614844d..0836772b9686 100644
--- a/include/xen/xenbus.h
+++ b/include/xen/xenbus.h
@@ -92,7 +92,6 @@ struct xenbus_driver {
enum xenbus_state backend_state);
int (*remove)(struct xenbus_device *dev);
int (*suspend)(struct xenbus_device *dev);
- int (*suspend_cancel)(struct xenbus_device *dev);
int (*resume)(struct xenbus_device *dev);
int (*uevent)(struct xenbus_device *, char **, int, char *, int);
struct device_driver driver;