commit | 61841be6358c03e864ad4c386c9a102edbba9cb8 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Wed Feb 15 20:02:28 2017 +0200 |
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Mon Feb 20 13:23:18 2017 +0200 |
tree | 12ab9207e177ab2ba5a371a8b6b8672f6b560012 | |
parent | 51b0be640cf6e2cb63a7cf4d9c7c4acd3ad5afd0 [diff] |
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>