From: Aaron Lu Date: Mon, 16 Sep 2013 23:55:23 +0000 (+0930) Subject: virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM X-Git-Tag: v3.13-rc1~82^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891070003999e7ac8881bba6f8242615382742eb;p=pandora-kernel.git 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 Reviewed-by: Amit Shah Signed-off-by: Rusty Russell --- Reading git-diff-tree failed