From 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3 Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@denx.de>
Date: Mon, 27 Jul 2009 10:06:39 +0200
Subject: [PATCH] cpu/arm920t/start.S: include <common.h> to have ROUND()
 defined

Commit fcd3c87e made include/common.h usable by assembler code but
failed to update cpu/arm920t/start.S

Signed-off-by: Wolfgang Denk <wd@denx.de>
---
 cpu/arm920t/start.S | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S
index 475cdafabe..27f38b8089 100644
--- a/cpu/arm920t/start.S
+++ b/cpu/arm920t/start.S
@@ -24,9 +24,8 @@
  * MA 02111-1307 USA
  */
 
+#include <common.h>
 #include <config.h>
-#include <version.h>
-#include <status_led.h>
 
 /*
  *************************************************************************
-- 
2.39.5