]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/hv/vmbus_api.h
Staging: hv: make *context a real pointer in struct hv_device
[net-next-2.6.git] / drivers / staging / hv / vmbus_api.h
index c05201228ef7082114eed699f2ba402b5880c85f..55bd00ddb61b5ecb6781da69f008144a8580935c 100644 (file)
@@ -152,7 +152,7 @@ struct hv_device {
        /* the device instance id of this device */
        struct hv_guid deviceInstance;
 
-       void *context;
+       struct vmbus_channel *context;
 
        /* Device extension; */
        void *Extension;