On Thu, 2018-10-11 at 22:30 +0530, Nayna Jain wrote: > > On 09/29/2018 04:00 AM, Tomas Winkler wrote: > > > > diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h > > index 73511cd89bef..a97d72fcda5b 100644 > > --- a/drivers/char/tpm/tpm.h > > +++ b/drivers/char/tpm/tpm.h > > @@ -544,8 +544,10 @@ int tpm_startup(struct tpm_chip *chip); > > ssize_t tpm_getcap(struct tpm_chip *chip, u32 subcap_id, cap_t *cap, > > const char *desc, size_t min_cap_length); > > int tpm_get_timeouts(struct tpm_chip *); > > -int tpm1_auto_startup(struct tpm_chip *chip); > > int tpm_do_selftest(struct tpm_chip *chip); > > + > > +int tpm1_auto_startup(struct tpm_chip *chip); > > What is different in this tpm1_auto_startup(...) and the original one ? > > Is this needed ? Looks like an amending hiccup, will fix. Thanks Tomas