From efa497b9ec8cc534f8883a2d1d42f52174070f38 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Wed, 29 Feb 2012 13:13:53 -0600 Subject: [PATCH] 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 Acked-by: Nicolas Pitre --- arch/arm/mach-dove/addr-map.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-dove/addr-map.c b/arch/arm/mach-dove/addr-map.c index 98b8c83b09a..2a06c016341 100644 --- a/arch/arm/mach-dove/addr-map.c +++ b/arch/arm/mach-dove/addr-map.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include "common.h" -- 2.46.0