The patch titled Missing include file in tpm_atmel.h has been added to the -mm tree. Its filename is missing-include-file-in-tpm_atmelh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 origin.patch consolidate-asm-pollh.patch missing-include-file-in-tpm_atmelh.patch 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