]> git.baikalelectronics.ru Git - kernel.git/commit
tpm: declare tpm2_get_pcr_allocation() as static
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 15 Feb 2017 18:02:28 +0000 (20:02 +0200)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Mon, 20 Feb 2017 11:23:18 +0000 (13:23 +0200)
commit65fa3698ed2c803b24e1940015f56b6ac9e08737
tree12ab9207e177ab2ba5a371a8b6b8672f6b560012
parenta205b86f31309476c7666a3fe8fdfac391e58099
tpm: declare tpm2_get_pcr_allocation() as static

There's no need to export tpm2_get_pcr_alloation() because it is only
a helper function for tpm2_auto_startup(). For the same reason it does
not make much sense to maintain documentation for it.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/tpm.h
drivers/char/tpm/tpm2-cmd.c