summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/osd.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-16 18:50:41 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:48 (GMT)
commitb4362c9c1fe8bec487e275f92fdf57c585ac236a (patch)
tree33ab67caca4adaa5ab6b11e8ccc4b66bac9c2d4c /drivers/staging/hv/osd.c
parent3bcfa88868fd9338606d66ee8ae18aa45fa36566 (diff)
downloadlinux-fsl-qoriq-b4362c9c1fe8bec487e275f92fdf57c585ac236a.tar.xz
Staging: hv: osd: remove Sleep wrapper
Use the "real" udelay call instead of a wrapper function. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/osd.c')
-rw-r--r--drivers/staging/hv/osd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/hv/osd.c b/drivers/staging/hv/osd.c
index 2740827..0c2ad49 100644
--- a/drivers/staging/hv/osd.c
+++ b/drivers/staging/hv/osd.c
@@ -131,11 +131,6 @@ int InterlockedCompareExchange(int *val, int new, int curr)
}
-void Sleep(unsigned long usecs)
-{
- udelay(usecs);
-}
-
void* VirtualAllocExec(unsigned int size)
{
#ifdef __x86_64__