Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tpm: remove struct tpm_pcrextend_in

Removed struct tpm_pcrextend_in as it is not used for anything anymore.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>

-6
-6
drivers/char/tpm/tpm.h
··· 363 363 __be32 pcr_idx; 364 364 } __packed; 365 365 366 - struct tpm_pcrextend_in { 367 - __be32 pcr_idx; 368 - u8 hash[TPM_DIGEST_SIZE]; 369 - } __packed; 370 - 371 366 /* 128 bytes is an arbitrary cap. This could be as large as TPM_BUFSIZE - 18 372 367 * bytes, but 128 is still a relatively large number of random bytes and 373 368 * anything much bigger causes users of struct tpm_cmd_t to start getting ··· 387 392 u8 readpubek_out_buffer[sizeof(struct tpm_readpubek_params_out)]; 388 393 struct tpm_pcrread_in pcrread_in; 389 394 struct tpm_pcrread_out pcrread_out; 390 - struct tpm_pcrextend_in pcrextend_in; 391 395 struct tpm_getrandom_in getrandom_in; 392 396 struct tpm_getrandom_out getrandom_out; 393 397 struct tpm_startup_in startup_in;