From: Liew Tsi Chung-r5aahp Date: Thu, 13 Sep 2007 23:04:05 +0000 (-0700) Subject: ColdFire: Fix build error caused by pixis.c X-Git-Tag: v1.3.0-rc2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=314d5b6ce52a4ed19dd295d1364e246c5e605017;p=u-boot ColdFire: Fix build error caused by pixis.c Moved the #include inside the #ifdef CONFIG_FSL_PIXIS. Signed-off-by: TsiChungLiew --- 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 #include #include -#include #ifdef CONFIG_FSL_PIXIS - +#include #include "pixis.h"