diff options
-rw-r--r-- | drivers/staging/hv/channel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c index a6d609b8f584..26ebc77f22b7 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c | |||
@@ -305,6 +305,7 @@ errorout: | |||
305 | kfree(openInfo); | 305 | kfree(openInfo); |
306 | return err; | 306 | return err; |
307 | } | 307 | } |
308 | EXPORT_SYMBOL_GPL(vmbus_open); | ||
308 | 309 | ||
309 | /* | 310 | /* |
310 | * dump_gpadl_body - Dump the gpadl body message to the console for | 311 | * dump_gpadl_body - Dump the gpadl body message to the console for |