From: Haavard Skinnemoen Date: Wed, 23 Jul 2008 08:52:19 +0000 (+0200) Subject: avr32: asm/io.h needs asm/types.h X-Git-Tag: v1.3.4-rc2~6^2~7^2^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4;p=u-boot 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 --- diff --git a/include/asm-avr32/io.h b/include/asm-avr32/io.h index d030c262a5..06e52b137f 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 + #ifdef __KERNEL__ /*