From: wdenk <wdenk>
Date: Mon, 13 Dec 2004 09:49:01 +0000 (+0000)
Subject: Fix problem introduced by previous patch.
X-Git-Tag: v2025.01-rc5-pxa1908~23520
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=96085e347dad565ffd8c7ab76276fecb0ae0f9f6;p=u-boot.git

Fix problem introduced by previous patch.
---

diff --git a/include/common.h b/include/common.h
index 66cd5175f3..f0b82e5ed4 100644
--- a/include/common.h
+++ b/include/common.h
@@ -213,6 +213,7 @@ void inline setenv   (char *, char *);
 void	setenv	     (char *, char *);
 #endif /* CONFIG_PPC */
 #ifdef CONFIG_ARM
+# include <asm/mach-types.h>
 # include <asm/setup.h>
 # include <asm/u-boot-arm.h>	/* ARM version to be fixed! */
 #endif /* CONFIG_ARM */