ColdFire: Fix build error caused by pixis.c
authorLiew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
Thu, 13 Sep 2007 23:04:05 +0000 (16:04 -0700)
committerWolfgang Denk <wd@denx.de>
Sat, 15 Sep 2007 19:03:09 +0000 (21:03 +0200)
Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
board/freescale/common/pixis.c

index ae4bef1..fd99a93 100644 (file)
 #include <common.h>
 #include <command.h>
 #include <watchdog.h>
-#include <asm/cache.h>
 
 #ifdef CONFIG_FSL_PIXIS
-
+#include <asm/cache.h>
 #include "pixis.h"