diff options
-rw-r--r-- | drivers/staging/hv/vmbus_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h index c05201228ef7..55bd00ddb61b 100644 --- a/drivers/staging/hv/vmbus_api.h +++ b/drivers/staging/hv/vmbus_api.h | |||
@@ -152,7 +152,7 @@ struct hv_device { | |||
152 | /* the device instance id of this device */ | 152 | /* the device instance id of this device */ |
153 | struct hv_guid deviceInstance; | 153 | struct hv_guid deviceInstance; |
154 | 154 | ||
155 | void *context; | 155 | struct vmbus_channel *context; |
156 | 156 | ||
157 | /* Device extension; */ | 157 | /* Device extension; */ |
158 | void *Extension; | 158 | void *Extension; |