projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4091ac4
)
ARM: dove: add explicit include of dove.h to addr-map.c
author
Rob Herring
<rob.herring@calxeda.com>
Wed, 29 Feb 2012 19:13:53 +0000
(13:13 -0600)
committer
Rob Herring
<rob.herring@calxeda.com>
Wed, 7 Mar 2012 03:34:42 +0000
(21:34 -0600)
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>
arch/arm/mach-dove/addr-map.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-dove/addr-map.c
b/arch/arm/mach-dove/addr-map.c
index 98b8c83b09ab447415abe15927f7b26c0fc47e5e..2a06c0163418bcb641ee8fc2f00983afc519ed06 100644
(file)
--- a/
arch/arm/mach-dove/addr-map.c
+++ b/
arch/arm/mach-dove/addr-map.c
@@
-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"