--- trunk/mkinitrd-magellan/busybox/libbb/bb_do_delay.c 2009/04/24 18:32:46 815 +++ trunk/mkinitrd-magellan/busybox/libbb/bb_do_delay.c 2009/04/24 18:33:46 816 @@ -7,11 +7,9 @@ * Licensed under the GPL v2, see the file LICENSE in this tarball. */ -#include -#include #include "libbb.h" -void bb_do_delay(int seconds) +void FAST_FUNC bb_do_delay(int seconds) { time_t start, now;