diff options
| author | Magnus Damm <[email protected]> | 2009-07-08 13:23:07 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2009-07-22 00:28:39 +0200 |
| commit | 511647ff58fd0f1c1f415d2c757d841650edac91 (patch) | |
| tree | 8df47b78208093d7f06d7e305d013e4cb85e6275 /include/linux | |
| 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 <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'include/linux')
| -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 { int (*remove)(struct platform_device *); void (*shutdown)(struct platform_device *); int (*suspend)(struct platform_device *, pm_message_t state); - int (*suspend_late)(struct platform_device *, pm_message_t state); - int (*resume_early)(struct platform_device *); int (*resume)(struct platform_device *); struct device_driver driver; struct platform_device_id *id_table; |