From: Rafael J. Wysocki Date: Fri, 6 Jul 2012 17:09:13 +0000 (+0200) Subject: tpm_atmel: Use struct dev_pm_ops for power management X-Git-Tag: v3.6-rc1~155^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8324be05380be044df8b70cb4bfb0c0b50eec3e5;p=pandora-kernel.git tpm_atmel: Use struct dev_pm_ops for power management Make the tpm_atmel 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() and tpm_pm_resume() as its PM callbacks directly, without defining its own PM callback routines. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed