]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_i386/pcat_timer.c
cmd_i2c.c: reworked subcommand handling
[people/ms/u-boot.git] / lib_i386 / pcat_timer.c
index c351b23b6334ac5f46b613f8a6a21b304b761b35..1373fd125c81d1f792788ebf8ba837cf4dc9fee1 100644 (file)
@@ -71,7 +71,7 @@ static u16 read_pit(void)
 }
 
 /* this is not very exact */
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
 {
        int counter;
        int wraps;