From: Rafael J. Wysocki Date: Fri, 6 Jul 2012 17:09:20 +0000 (+0200) Subject: tpm_tis: Use struct dev_pm_ops for power management X-Git-Tag: v3.6-rc1~155^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b633f0507e19224f1527921644722bfb36db9bb0;p=pandora-kernel.git tpm_tis: Use struct dev_pm_ops for power management Make the tpm_tis driver define its PM callbacks through a struct dev_pm_ops object rather than by using legacy PM hooks in struct platform_driver. This allows the driver to use tpm_pm_suspend() as its suspend callback directly, without defining its own suspend callback routine. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed