commit | 00725787511e20dbd1fdc1fb233606120ae5c8cf | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Thu Jun 04 22:13:25 2009 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Jun 12 21:32:32 2009 +0200 |
tree | 82fa3c48aca074a993a122751a2333000e1668a3 | |
parent | fe419535d82724314bbf1244a0e740e4ea1bd3ae [diff] |
PM: Remove device_type suspend()/resume() This patch removes the legacy callbacks ->suspend() and ->resume() from struct device_type. These callbacks seem unused, and new code should instead make use of struct dev_pm_ops. Signed-off-by: Magnus Damm <damm@igel.co.jp> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>