Commit 2f0a1153 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Stefan Berger
Browse files

vl: remove unnecessary #ifdef CONFIG_TPM

parent 3fdde7e0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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))