diff options
Diffstat (limited to 'drivers/hv/hv.c')
-rw-r--r-- | drivers/hv/hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c index 15956bd48b48..86f8885aeb45 100644 --- a/drivers/hv/hv.c +++ b/drivers/hv/hv.c | |||
@@ -252,7 +252,7 @@ void hv_cleanup(void) | |||
252 | * | 252 | * |
253 | * This involves a hypercall. | 253 | * This involves a hypercall. |
254 | */ | 254 | */ |
255 | u16 hv_post_message(union hv_connection_id connection_id, | 255 | int hv_post_message(union hv_connection_id connection_id, |
256 | enum hv_message_type message_type, | 256 | enum hv_message_type message_type, |
257 | void *payload, size_t payload_size) | 257 | void *payload, size_t payload_size) |
258 | { | 258 | { |