PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()

The tpm_pm_suspend()'s second argument of type pm_message_t is not
used, so remove it.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:
Rafael J. Wysocki
2012-07-06 19:09:01 +02:00
父節點 7650572a8b
當前提交 035e2ce8eb
共有 5 個文件被更改,包括 6 次插入6 次删除

查看文件

@@ -276,7 +276,7 @@ static void tpm_nsc_remove(struct device *dev)
static int tpm_nsc_suspend(struct platform_device *dev, pm_message_t msg)
{
return tpm_pm_suspend(&dev->dev, msg);
return tpm_pm_suspend(&dev->dev);
}
static int tpm_nsc_resume(struct platform_device *dev)