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>
This commit is contained in:
Liew Tsi Chung-r5aahp 2007-09-13 16:04:05 -07:00 committed by Wolfgang Denk
parent e21659e306
commit 314d5b6ce5
1 changed files with 1 additions and 2 deletions

View File

@ -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"