diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-07-08 07:23:07 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2009-07-21 18:28:39 -0400 |
commit | 511647ff58fd0f1c1f415d2c757d841650edac91 (patch) | |
tree | 8df47b78208093d7f06d7e305d013e4cb85e6275 /include/linux/platform_device.h | |
parent | 48fea9659ec1a35641db3832adaf3860ecabb6ba (diff) |
PM: Remove platform device suspend_late()/resume_early() V2
This is V2 of the platform driver power management late/early
callback removal patch. The callbacks ->suspend_late() and
->resume_early() are removed since all in-tree users now have
been migrated to dev_pm_ops.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'include/linux/platform_device.h')
-rw-r--r-- | include/linux/platform_device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h index 672a69849735..3c6675c2444b 100644 --- a/include/linux/platform_device.h +++ b/include/linux/platform_device.h | |||
@@ -60,8 +60,6 @@ struct platform_driver { | |||
60 | int (*remove)(struct platform_device *); | 60 | int (*remove)(struct platform_device *); |
61 | void (*shutdown)(struct platform_device *); | 61 | void (*shutdown)(struct platform_device *); |
62 | int (*suspend)(struct platform_device *, pm_message_t state); | 62 | int (*suspend)(struct platform_device *, pm_message_t state); |
63 | int (*suspend_late)(struct platform_device *, pm_message_t state); | ||
64 | int (*resume_early)(struct platform_device *); | ||
65 | int (*resume)(struct platform_device *); | 63 | int (*resume)(struct platform_device *); |
66 | struct device_driver driver; | 64 | struct device_driver driver; |
67 | struct platform_device_id *id_table; | 65 | struct platform_device_id *id_table; |