diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c
index 6249cd076a253eab65b18aa08bae86aa8122899d..d63cd37743b4f2c4d49b3c561246fda1691da098 100644
--- a/drivers/staging/hv/storvsc.c
+++ b/drivers/staging/hv/storvsc.c
@@ -599,7 +599,7 @@ static int StorVscOnDeviceRemove(struct hv_device *Device)
 	DPRINT_INFO(STORVSC, "storage device (%p) safe to remove", storDevice);
 
 	/* Close the channel */
-	Device->Driver->VmbusChannelInterface.Close(Device);
+	vmbus_close(Device->channel);
 
 	FreeStorDevice(storDevice);
 	return 0;