commit | 891070003999e7ac8881bba6f8242615382742eb | [log] [tgz] |
---|---|---|
author | Aaron Lu <aaron.lu@intel.com> | Tue Sep 17 09:25:23 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Sep 23 15:45:58 2013 +0930 |
tree | b9688861a4446b3fb58fc0c49a0816424b7617a8 | |
parent | d8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5 [diff] |
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM The freeze and restore functions defined in virtio drivers are used for suspend and hibernate, so CONFIG_PM_SLEEP is more appropriate than CONFIG_PM. This patch replace all CONFIG_PM with CONFIG_PM_SLEEP for virtio drivers that implement freeze and restore callbacks. Signed-off-by: Aaron Lu <aaron.lu@intel.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>