From faba278fb003dbe772f6c04526f1f096f43c995e Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Mon, 31 Oct 2005 23:44:28 -0800 Subject: [PATCH] [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed