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)
commit61841be6358c03e864ad4c386c9a102edbba9cb8
tree12ab9207e177ab2ba5a371a8b6b8672f6b560012
parent51b0be640cf6e2cb63a7cf4d9c7c4acd3ad5afd0
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