[PATCH] TPM compile fix
authorChris Wright <chrisw@osdl.org>
Tue, 1 Nov 2005 07:44:28 +0000 (23:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 2 Nov 2005 05:44:45 +0000 (21:44 -0800)
commitfaba278fb003dbe772f6c04526f1f096f43c995e
treef47e47f0f27eee1c2911b8b6df1737f813c655ef
parent01824853b1991b6ade506ee1b75f103a6eb8f558
[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>
drivers/char/tpm/tpm_atmel.c
drivers/char/tpm/tpm_nsc.c