qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH v2 3/4] tpm: remove unnecessary #ifdef CONFIG_


From: Valluri, Amarnath
Subject: Re: [Qemu-trivial] [PATCH v2 3/4] tpm: remove unnecessary #ifdef CONFIG_TPM
Date: Thu, 26 Oct 2017 07:04:52 +0000

On Tue, 2017-10-24 at 09:20 -0300, Philippe Mathieu-Daudé wrote:
> Makefile.objs now checks for $(CONFIG_TPM).
> 
> Suggested-by: Stefan Berger <address@hidden>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---

Reviewed-by: Amarnath Valluri <address@hidden>

>  tpm.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/tpm.c b/tpm.c
> index 45520f555d..ab5d29e91e 100644
> --- a/tpm.c
> +++ b/tpm.c
> @@ -30,8 +30,6 @@ void tpm_register_model(enum TpmModel model)
>      tpm_models[model] = true;
>  }
>  
> -#ifdef CONFIG_TPM
> -
>  static const TPMBackendClass *
>  tpm_be_find_by_type(enum TpmType type)
>  {
> @@ -192,8 +190,6 @@ int tpm_config_parse(QemuOptsList *opts_list,
> const char *optarg)
>      return 0;
>  }
>  
> -#endif /* CONFIG_TPM */
> -
>  /*
>   * Walk the list of active TPM backends and collect information
> about them
>   * following the schema description in qapi-schema.json.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]