diff options
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r-- | drivers/char/tpm/tpm_atmel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm_atmel.h b/drivers/char/tpm/tpm_atmel.h index c912d8691cbd..9363bcf0a402 100644 --- a/drivers/char/tpm/tpm_atmel.h +++ b/drivers/char/tpm/tpm_atmel.h | |||
@@ -23,6 +23,9 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #ifdef CONFIG_PPC64 | 25 | #ifdef CONFIG_PPC64 |
26 | |||
27 | #include <asm/prom.h> | ||
28 | |||
26 | #define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset); | 29 | #define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset); |
27 | #define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset) | 30 | #define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset) |
28 | #define atmel_request_region request_mem_region | 31 | #define atmel_request_region request_mem_region |