diff options
Diffstat (limited to 'drivers/hv/connection.c')
-rw-r--r-- | drivers/hv/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c index d02f1373dd98..fcf8a02dc0ea 100644 --- a/drivers/hv/connection.c +++ b/drivers/hv/connection.c | |||
@@ -495,3 +495,4 @@ void vmbus_set_event(struct vmbus_channel *channel) | |||
495 | 495 | ||
496 | hv_do_hypercall(HVCALL_SIGNAL_EVENT, channel->sig_event, NULL); | 496 | hv_do_hypercall(HVCALL_SIGNAL_EVENT, channel->sig_event, NULL); |
497 | } | 497 | } |
498 | EXPORT_SYMBOL_GPL(vmbus_set_event); | ||