commit | e659a3fe2027b19ecd8abb7ad79253672763454b | [log] [tgz] |
---|---|---|
author | Kylene Jo Hall <kjhall@us.ibm.com> | Sun Oct 30 15:03:24 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:28 2005 -0800 |
tree | c9759f75695a19742693c9719e92253e2cd52b7e | |
parent | b4ed3e3cbb312869929cf4528d71e52629a6cacb [diff] |
[PATCH] tpm: remove pci dependency Since the tpm does not have it's own pci id we have been consuming the lpc bus. This is not correct and causes problems to support non lpc bus chips. This patch removes the dependency on pci_dev from tpm.c The subsequent patches will stop the supported chips from registering as pci drivers. 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>