Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Missing include file in tpm_atmel.h

On PPC64, we need to include asm/prom.h for function definitions.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Stephen Rothwell and committed by
Linus Torvalds
ddf526e9 c5c34d48

+3
+3
drivers/char/tpm/tpm_atmel.h
··· 23 23 */ 24 24 25 25 #ifdef CONFIG_PPC64 26 + 27 + #include <asm/prom.h> 28 + 26 29 #define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset); 27 30 #define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset) 28 31 #define atmel_request_region request_mem_region