Browse Source

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>
Haavard Skinnemoen 17 years ago
parent
commit
a79c3e8d9c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/asm-avr32/io.h

+ 2 - 0
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__
 
 /*