summaryrefslogtreecommitdiff
path: root/include/asm-avr32
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-07-23 10:52:19 +0200
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-07-23 10:52:19 +0200
commita79c3e8d9c31db25d5ca3ec8e08a97f323410dd4 (patch)
tree1b2be906d2a70ba07a91e7917ae0d9ba32333336 /include/asm-avr32
parent1953d128fd07f07d1c3810a28c0863ea64dae1b6 (diff)
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-avr32/io.h b/include/asm-avr32/io.h
index d030c262a..06e52b137 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__
/*