提交 2f0a1153 编写于 作者: P Philippe Mathieu-Daudé 提交者: Stefan Berger

vl: remove unnecessary #ifdef CONFIG_TPM

a stub is now provided.
Signed-off-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: NRichard W.M. Jones <rjones@redhat.com>
Reviewed-by: NJuan Quintela <quintela@redhat.com>
Signed-off-by: NStefan Berger <stefanb@linux.vnet.ibm.com>
上级 3fdde7e0
......@@ -4624,11 +4624,9 @@ int main(int argc, char **argv, char **envp)
exit(1);
}
#ifdef CONFIG_TPM
if (tpm_init() < 0) {
exit(1);
}
#endif
/* init the bluetooth world */
if (foreach_device_config(DEV_BT, bt_parse))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册