Commit 91430999 authored by Jarkko Sakkinen's avatar Jarkko Sakkinen Committed by Peter Huewe

char/tpm/tpm_crb: fix build error

SIMPLE_DEV_PM_OPS() was inside #ifdef CONFIG_PM_SLEEP.

Fixes: 30fc8d13 ("tpm: TPM 2.0 CRB Interface")
Signed-off-by: default avatarJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: default avatarPeter Huewe <peterhuewe@gmx.de>
parent 3b09825d
...@@ -107,9 +107,9 @@ static int crb_resume(struct device *dev) ...@@ -107,9 +107,9 @@ static int crb_resume(struct device *dev)
return rc; return rc;
} }
#endif
static SIMPLE_DEV_PM_OPS(crb_pm, tpm_pm_suspend, crb_resume); static SIMPLE_DEV_PM_OPS(crb_pm, tpm_pm_suspend, crb_resume);
#endif
static u8 crb_status(struct tpm_chip *chip) static u8 crb_status(struct tpm_chip *chip)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment