From 0846f89b0a2819279b6a92c183721dfb56aab75d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 23 Aug 2007 13:34:59 +0000 Subject: Drop a bunch of useless header files, merge them into flash.h Corresponding to flashrom svn r128 and coreboot v2 svn r2746. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer --- udelay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udelay.c') diff --git a/udelay.c b/udelay.c index 1d0b42f0..2f032dfd 100644 --- a/udelay.c +++ b/udelay.c @@ -1,6 +1,6 @@ #include #include -#include "debug.h" +#include "flash.h" // count to a billion. Time it. If it's < 1 sec, count to 10B, etc. unsigned long micro = 1; -- cgit v1.2.3