diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-07-23 10:52:19 +0200 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-07-23 10:52:19 +0200 |
commit | a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4 (patch) | |
tree | 1b2be906d2a70ba07a91e7917ae0d9ba32333336 /include/asm-avr32 | |
parent | 1953d128fd07f07d1c3810a28c0863ea64dae1b6 (diff) | |
download | u-boot-imx-a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4.zip u-boot-imx-a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4.tar.gz u-boot-imx-a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4.tar.bz2 |
avr32: asm/io.h needs asm/types.h
map_physmem() takes a phys_addr_t as parameter. This type is defined in
asm/types.h, so we need to include that file.
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32')
-rw-r--r-- | include/asm-avr32/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-avr32/io.h b/include/asm-avr32/io.h index d030c26..06e52b1 100644 --- a/include/asm-avr32/io.h +++ b/include/asm-avr32/io.h @@ -22,6 +22,8 @@ #ifndef __ASM_AVR32_IO_H #define __ASM_AVR32_IO_H +#include <asm/types.h> + #ifdef __KERNEL__ /* |