From 2a8af1873894dae030813c11e77ccee476ac11f8 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 13 Apr 2005 10:02:42 +0000 Subject: * Fixes for TQM8560 board: - fix clock rates - remove debug messages - fix flash sector protection * Patch by Steven Scholz, 07 Apr 2005: Fix warning in cpu/arm920t/at91rm9200/i2c.c --- drivers/cfi_flash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/cfi_flash.c b/drivers/cfi_flash.c index 101eb74913..2531e9da86 100644 --- a/drivers/cfi_flash.c +++ b/drivers/cfi_flash.c @@ -48,6 +48,7 @@ #include #include #include +#include #ifdef CFG_FLASH_CFI_DRIVER /* -- cgit