X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fum%2Fsys-x86_64%2Fdelay.c;h=dee5be66da8229d73853ab55776a626503aebb1a;hb=2d51b75370d83535883c66521b03fcd6a1f1f68d;hp=137f4446b4390cfe49b7036de853b1fff05d350a;hpb=2089a0d38bc9c2cdd084207ebf7082b18cf4bf58;p=linux-2.6-omap-h63xx.git diff --git a/arch/um/sys-x86_64/delay.c b/arch/um/sys-x86_64/delay.c index 137f4446b43..dee5be66da8 100644 --- a/arch/um/sys-x86_64/delay.c +++ b/arch/um/sys-x86_64/delay.c @@ -28,14 +28,3 @@ void __udelay(unsigned long usecs) } EXPORT_SYMBOL(__udelay); - -void __const_udelay(unsigned long usecs) -{ - unsigned long i, n; - - n = (loops_per_jiffy * HZ * usecs) / MILLION; - for(i=0;i