From patchwork Mon Mar 21 11:45:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,2/2] a320evb: fix include path of timer fttmr010 Date: Mon, 21 Mar 2011 01:45:43 -0000 From: Macpaul Lin X-Patchwork-Id: 87750 Message-Id: <1300707943-16647-2-git-send-email-macpaul@andestech.com> To: , , , Cc: Macpaul Lin Fix include path of timer fttmr010 in a320evb. Signed-off-by: Macpaul Lin --- arch/arm/cpu/arm920t/a320/timer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm920t/a320/timer.c b/arch/arm/cpu/arm920t/a320/timer.c index 7785036..95cb8fd 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;