dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: dove: add explicit include of dove.h to addr-map.c

In preparation to remove mach/io.h, add explicit include of mach/dove.h

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
This commit is contained in:
Rob Herring 2012-02-29 13:13:53 -06:00
parent 4091ac4ac7
commit efa497b9ec
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <linux/io.h>
#include <asm/mach/arch.h>
#include <asm/setup.h>
#include <mach/dove.h>
#include <plat/addr-map.h>
#include "common.h"