Skip to content
Snippets Groups Projects
Commit a79c3e8d authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

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: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
parent 1953d128
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@
#ifndef __ASM_AVR32_IO_H
#define __ASM_AVR32_IO_H
#include <asm/types.h>
#ifdef __KERNEL__
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment