From: Kylene Jo Hall Date: Sat, 22 Apr 2006 09:37:15 +0000 (-0700) Subject: [PATCH] tpm: chip struct update X-Git-Tag: v2.6.17-rc3~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90dda520c1962d55a0e1d2571deed0d75fd6d6f1;p=pandora-kernel.git [PATCH] tpm: chip struct update To assist with chip management and better support the possibility of having multiple TPMs in the system of the same kind, the struct tpm_vendor_specific member of the tpm_chip was changed from a pointer to an instance. This patch changes that declaration and fixes up all accesses to the structure member except in tpm_infineon which is coming in a patch from Marcel Selhorst. Signed-off-by: Kylene Hall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed