From: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
Date: Thu, 13 Sep 2007 23:04:05 +0000 (-0700)
Subject: ColdFire: Fix build error caused by pixis.c
X-Git-Tag: v2025.01-rc5-pxa1908~22707^2~5^2~10
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=314d5b6ce52a4ed19dd295d1364e246c5e605017;p=u-boot.git

ColdFire: Fix build error caused by pixis.c

Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
---

diff --git a/board/freescale/common/pixis.c b/board/freescale/common/pixis.c
index ae4bef1877..fd99a938c0 100644
--- a/board/freescale/common/pixis.c
+++ b/board/freescale/common/pixis.c
@@ -25,10 +25,9 @@
 #include <common.h>
 #include <command.h>
 #include <watchdog.h>
-#include <asm/cache.h>
 
 #ifdef CONFIG_FSL_PIXIS
-
+#include <asm/cache.h>
 #include "pixis.h"