From: Macpaul Lin Date: Mon, 21 Mar 2011 01:45:43 +0000 (+0000) Subject: a320evb: fix include path of timer fttmr010 X-Git-Tag: v2011.06-rc1~131^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=844c05a992c3938b50039ed2b7c11f9695bee36b;p=u-boot a320evb: fix include path of timer fttmr010 Fix include path of timer fttmr010 in a320evb. Signed-off-by: Macpaul Lin --- diff --git a/arch/arm/cpu/arm920t/a320/timer.c b/arch/arm/cpu/arm920t/a320/timer.c index 7785036f57..95cb8fd19f 100644 --- a/arch/arm/cpu/arm920t/a320/timer.c +++ b/arch/arm/cpu/arm920t/a320/timer.c @@ -19,8 +19,8 @@ #include #include -#include #include +#include static ulong timestamp; static ulong lastdec;