From cd28862ddd0dd1a83b9a7cd10f9594049d7026d9 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 28 Oct 2009 10:14:39 +0100 Subject: [PATCH] a9m2410dev: compile fixes Signed-off-by: Sascha Hauer --- board/a9m2440/a9m2410dev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/board/a9m2440/a9m2410dev.c b/board/a9m2440/a9m2410dev.c index 139d17736..1220bd977 100644 --- a/board/a9m2440/a9m2410dev.c +++ b/board/a9m2440/a9m2410dev.c @@ -28,13 +28,15 @@ #include #include #include -#include +#include /** * Initialize the CPU to be able to work with the a9m2410dev evaluation board */ int a9m2410dev_devices_init(void) { + unsigned int reg; + /* ---------- configure the GPIOs ------------- */ writel(0x007FFFFF, GPACON); writel(0x00000000, GPCCON);