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개의 파일을 삭제

파일 보기

@@ -170,7 +170,7 @@ static void atml_plat_remove(void)
static int tpm_atml_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_atml_resume(struct platform_device *dev)