commit | faba278fb003dbe772f6c04526f1f096f43c995e | [log] [tgz] |
---|---|---|
author | Chris Wright <chrisw@osdl.org> | Mon Oct 31 23:44:28 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Nov 01 21:44:45 2005 -0800 |
tree | f47e47f0f27eee1c2911b8b6df1737f813c655ef | |
parent | 01824853b1991b6ade506ee1b75f103a6eb8f558 [diff] |
[PATCH] TPM compile fix CC drivers/char/tpm/tpm_nsc.o drivers/char/tpm/tpm_nsc.c:277: error: `platform_bus_type' undeclared here (not in a function) ... CC drivers/char/tpm/tpm_atmel.o drivers/char/tpm/tpm_atmel.c:175: error: `platform_bus_type' undeclared here (not in a function) Make sure to include proper headers. Signed-off-by: Chris Wright <chrisw@osdl.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>