summaryrefslogtreecommitdiff
path: root/include/linux/sysdev.h
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2003-08-23 23:39:08 +1000
committerAnton Blanchard <anton@samba.org>2003-08-23 23:39:08 +1000
commitafb753ea258c299f0f4615917bd6f7d65fcaeca5 (patch)
treeb29d6cac75d5093374085a50dde41818e744d034 /include/linux/sysdev.h
parent4665cdeef2451654762157c7c1c405fc4aae011b (diff)
parentad556f8fd773a60cb5a2c08d42f3a68b61c5b982 (diff)
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/tmp3
Diffstat (limited to 'include/linux/sysdev.h')
-rw-r--r--include/linux/sysdev.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sysdev.h b/include/linux/sysdev.h
index 4bc3e22b5104..2a90db8d41de 100644
--- a/include/linux/sysdev.h
+++ b/include/linux/sysdev.h
@@ -31,10 +31,8 @@ struct sysdev_class {
/* Default operations for these types of devices */
int (*shutdown)(struct sys_device *);
- int (*save)(struct sys_device *, u32 state);
int (*suspend)(struct sys_device *, u32 state);
int (*resume)(struct sys_device *);
- int (*restore)(struct sys_device *);
struct kset kset;
};
@@ -52,10 +50,8 @@ struct sysdev_driver {
int (*add)(struct sys_device *);
int (*remove)(struct sys_device *);
int (*shutdown)(struct sys_device *);
- int (*save)(struct sys_device *, u32 state);
int (*suspend)(struct sys_device *, u32 state);
int (*resume)(struct sys_device *);
- int (*restore)(struct sys_device *);
};