Skip to content

Commit

Permalink
ARM: dove: add explicit include of dove.h to addr-map.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring committed Mar 7, 2012
1 parent 4091ac4 commit efa497b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-dove/addr-map.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit efa497b

Please sign in to comment.