summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/VmbusPrivate.h
diff options
context:
space:
mode:
authorBill Pemberton2009-07-28 19:46:24 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:52 +0200
commitaedb444a577184f7e113e1461fccc0ef10ffde55 (patch)
tree9ed5a2cf035fd81b59ce805bb649c9eac70d0451 /drivers/staging/hv/VmbusPrivate.h
parentStaging: hv: comment out blkdev variable in blkvsc_ioctl (diff)
downloadkernel-qcow2-linux-aedb444a577184f7e113e1461fccc0ef10ffde55.tar.gz
kernel-qcow2-linux-aedb444a577184f7e113e1461fccc0ef10ffde55.tar.xz
kernel-qcow2-linux-aedb444a577184f7e113e1461fccc0ef10ffde55.zip
Staging: hv: remove WAITEVENT typedef
Remove the WAITEVENT typedef and also replace HANDLE types that use the WaitEvent calls with struct osd_waitevent. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/VmbusPrivate.h')
-rw-r--r--drivers/staging/hv/VmbusPrivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h
index 75013bc9e255..bf47408258e0 100644
--- a/drivers/staging/hv/VmbusPrivate.h
+++ b/drivers/staging/hv/VmbusPrivate.h
@@ -102,7 +102,7 @@ struct VMBUS_MSGINFO {
LIST_ENTRY MsgListEntry;
/* Synchronize the request/response if needed */
- HANDLE WaitEvent;
+ struct osd_waitevent *WaitEvent;
/* The message itself */
unsigned char Msg[0];