From mboxrd@z Thu Jan 1 00:00:00 1970 From: jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen) Date: Tue, 25 Sep 2018 01:35:13 +0300 Subject: [PATCH v4 11/21] tpm: factor out tpm_startup function In-Reply-To: <060a3dc0-046e-198c-f476-8c490140e9d6@linux.vnet.ibm.com> References: <20180921135820.20549-1-tomas.winkler@intel.com> <20180921135820.20549-12-tomas.winkler@intel.com> <060a3dc0-046e-198c-f476-8c490140e9d6@linux.vnet.ibm.com> Message-ID: <20180924223513.GB12088@linux.intel.com> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Mon, Sep 24, 2018 at 08:21:10PM +0530, Nayna Jain wrote: > On 09/21/2018 07:28 PM, Tomas Winkler wrote: > > TPM manual startup is used only from within TPM 1.x or TPM 2.x > > code, hence remove tpm_startup() function from tpm-interface.c > > and add two static functions implementations tpm1_startup() > > and tpm2_startup() into to tpm1-cmd.c and tpm2-cmd.c respectively. > > > > Signed-off-by: Tomas Winkler > > Tested-by: Jarkko Sakkine Probably my bad, had an unfortunate misconfiguration in my vim/git setup. Sorry. /Jarkko