From: Shuah Khan Date: Wed, 3 Jul 2013 16:47:10 +0000 (-0600) Subject: wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_ops X-Git-Tag: v3.12-rc1~132^2~297^2^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3266d73237a7441a30d64a97327738e70f1b5254;p=pandora-kernel.git wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_ops Convert the mwifiex/pci driver to use dev_pm_ops for power management and remove Legacy PM handling. This change re-uses existing suspend and resume interfaces for dev_pm_ops, and changes CONFIG_PM ifdefs to CONFIG_PM_SLEEP as the driver does not support run-time PM. Signed-off-by: Shuah Khan Acked-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed