From: Wolfgang Denk <wd@denx.de>
Date: Sat, 12 Jan 2008 23:55:47 +0000 (+0100)
Subject: ADS5121e: fix compile warning
X-Git-Tag: v2025.01-rc5-pxa1908~22626^2~3
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=e343ab83d5135b558aa58db9be8fc7faa68d77ed;p=u-boot.git

ADS5121e: fix compile warning

Signed-off-by: Wolfgang Denk <wd@denx.de>
---

diff --git a/board/ads5121/ads5121.c b/board/ads5121/ads5121.c
index 46be6a516a..8531657bde 100644
--- a/board/ads5121/ads5121.c
+++ b/board/ads5121/ads5121.c
@@ -25,6 +25,7 @@
 #include <mpc512x.h>
 #include <asm/bitops.h>
 #include <command.h>
+#include <fdt_support.h>
 
 /* Clocks in use */
 #define SCCR1_CLOCKS_EN	(CLOCK_SCCR1_CFG_EN |				\