From patchwork Tue Feb 8 19:07:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Scharsig X-Patchwork-Id: 82391 X-Patchwork-Delegate: info@emk-elektronik.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 21738B7139 for ; Wed, 9 Feb 2011 06:15:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9631C28255; Tue, 8 Feb 2011 20:15:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SPq6o1gSR0EW; Tue, 8 Feb 2011 20:15:31 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 943DB28241; Tue, 8 Feb 2011 20:15:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 866F628241 for ; Tue, 8 Feb 2011 20:15:26 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vubBVzoHeocC for ; Tue, 8 Feb 2011 20:15:25 +0100 (CET) X-Greylist: delayed 398 seconds by postgrey-1.27 at theia; Tue, 08 Feb 2011 20:15:23 CET X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp-out-234.synserver.de (smtp-out-234.synserver.de [212.40.185.234]) by theia.denx.de (Postfix) with ESMTPS id 0455428244 for ; Tue, 8 Feb 2011 20:15:22 +0100 (CET) Received: (qmail 19203 invoked by uid 0); 8 Feb 2011 19:08:41 -0000 X-SynServer-TrustedSrc: 1 X-SynServer-AuthUser: postmaster@scharsoft.de X-SynServer-PPID: 19029 Received: from dslb-088-073-200-087.pools.arcor-ip.net (HELO ?10.0.0.1?) [88.73.200.87] by 217.119.54.87 with AES256-SHA encrypted SMTP; 8 Feb 2011 19:08:41 -0000 Message-ID: <4D519458.8050501@scharsoft.de> Date: Tue, 08 Feb 2011 20:07:04 +0100 From: Jens Scharsig User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.16) Gecko/20101125 SUSE/3.0.11 Thunderbird/3.0.11 MIME-Version: 1.0 To: U-Boot List , Reinhard Meyer Subject: [U-Boot] [PATCH ATMEL REWORK] timer.c compile error io.h not found with arm/at91rm9200 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de * Fix: timer.c compile error io.h not found with arm/at91rm9200 Signed-off-by: Jens Scharsig --- arch/arm/cpu/arm920t/at91/timer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm920t/at91/timer.c b/arch/arm/cpu/arm920t/at91/timer.c index d9a024f..c4c5eef 100644 --- a/arch/arm/cpu/arm920t/at91/timer.c +++ b/arch/arm/cpu/arm920t/at91/timer.c @@ -32,7 +32,7 @@ #include -#include +#include #include #include #include