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>
This commit is contained in:
committed by
Linus Torvalds
parent
c5c34d4862
commit
ddf526e992
@@ -23,6 +23,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIG_PPC64
|
#ifdef CONFIG_PPC64
|
||||||
|
|
||||||
|
#include <asm/prom.h>
|
||||||
|
|
||||||
#define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset);
|
#define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset);
|
||||||
#define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset)
|
#define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset)
|
||||||
#define atmel_request_region request_mem_region
|
#define atmel_request_region request_mem_region
|
||||||
|
Reference in New Issue
Block a user