[PATCH] tpm: replace odd LPC init function
authorKylene Hall <kjhall@us.ibm.com>
Fri, 24 Jun 2005 05:02:06 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 24 Jun 2005 07:05:27 +0000 (00:05 -0700)
commite1a23c6671f2bfd6e5e112848f01334ca39ea2b1
tree9eae7fac05706a63ac3b486ecf4d9c686fa7dd54
parenta6df7da8f7ee99e6fd1995fad852bacb978a6447
[PATCH] tpm: replace odd LPC init function

Realized the tpm_lpc_init function isn't really necessary.  Replaced it
with vendor specific logic to find out the address the BIOS mapped the TPM
to.  This patch removes the tpm_lpc_init function, enums associated with it
and calls to it.  The patch also implements the replacement functionality.

Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/tpm/tpm.c
drivers/char/tpm/tpm.h
drivers/char/tpm/tpm_atmel.c
drivers/char/tpm/tpm_nsc.c