Staging: hv: Use native wait primitives
[deliverable/linux.git] / drivers / staging / hv / netvsc.h
index 5f6dcf15fa29ea1ddc494d2be9017c835dd983e1..45d24b9d91a176471c24f6b8c21a21662b119a82 100644 (file)
@@ -318,7 +318,8 @@ struct netvsc_device {
        struct nvsp_1_receive_buffer_section *recv_section;
 
        /* Used for NetVSP initialization protocol */
-       struct osd_waitevent *channel_init_event;
+       int wait_condition;
+       wait_queue_head_t channel_init_wait;
        struct nvsp_message channel_init_pkt;
 
        struct nvsp_message revoke_packet;
This page took 0.024349 seconds and 5 git commands to generate.