From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Tue, 08 Feb 2011 20:07:04 +0100 Subject: [U-Boot] [PATCH ATMEL REWORK] timer.c compile error io.h not found with arm/at91rm9200 Message-ID: <4D519458.8050501@scharsoft.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@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 -- 1.7.1