From: Philippe Mathieu-Daudé <f4...@amsat.org> a stub is now provided.
Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> Tested-by: Richard W.M. Jones <rjo...@redhat.com> Reviewed-by: Juan Quintela <quint...@redhat.com> Signed-off-by: Stefan Berger <stef...@linux.vnet.ibm.com> --- vl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vl.c b/vl.c index 0723835..ec29909 100644 --- a/vl.c +++ b/vl.c @@ -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)) -- 2.5.5