Re: [PATCH v4 14/21] tpm: tpm-interface.c drop unused macros

2018-09-25 Thread Jarkko Sakkinen
On Fri, 2018-09-21 at 16:58 +0300, Tomas Winkler wrote: > The commit: > "tpm_tis: further simplify calculation of ordinal duration" > left unused macros, we can drop them now. > > Fixes compilation warnings: > tpm-interface.c:37:0: warning: macro "TPM_PROTECTED_COMMAND" is not used [- > Wunused-ma

[PATCH v4 14/21] tpm: tpm-interface.c drop unused macros

2018-09-21 Thread Tomas Winkler
The commit: "tpm_tis: further simplify calculation of ordinal duration" left unused macros, we can drop them now. Fixes compilation warnings: tpm-interface.c:37:0: warning: macro "TPM_PROTECTED_COMMAND" is not used [-Wunused-macros] tpm-interface.c:36:0: warning: macro "TSC_MAX_ORDINAL" is not us