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>
This commit is contained in:
parent
1953d128fd
commit
a79c3e8d9c
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
||||||
#ifndef __ASM_AVR32_IO_H
|
#ifndef __ASM_AVR32_IO_H
|
||||||
#define __ASM_AVR32_IO_H
|
#define __ASM_AVR32_IO_H
|
||||||
|
|
||||||
|
#include <asm/types.h>
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue