The patch titled Missing include file in tpm_atmel.h has been removed from the -mm tree. Its filename was missing-include-file-in-tpm_atmelh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Missing include file in tpm_atmel.h From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> On PPC64, we need to include asm/prom.h for function definitions. Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/tpm/tpm_atmel.h | 3 +++ 1 file changed, 3 insertions(+) diff -puN drivers/char/tpm/tpm_atmel.h~missing-include-file-in-tpm_atmelh drivers/char/tpm/tpm_atmel.h --- a/drivers/char/tpm/tpm_atmel.h~missing-include-file-in-tpm_atmelh +++ a/drivers/char/tpm/tpm_atmel.h @@ -23,6 +23,9 @@ */ #ifdef CONFIG_PPC64 + +#include <asm/prom.h> + #define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset); #define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset) #define atmel_request_region request_mem_region _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are powerpc64-symbols-start-with.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html