summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_private.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-12-02 17:34:45 +0100
committerGreg Kroah-Hartman2010-12-02 17:34:45 +0100
commit9d8bd71ad4f295f80450b5089d239c3135802699 (patch)
tree162c0e7ff8beefef07f704c7a882fd81f0f6cd32 /drivers/staging/hv/vmbus_private.h
parentStaging: hv: remove OnChildDeviceDestroy vmbus_driver callback (diff)
downloadkernel-qcow2-linux-9d8bd71ad4f295f80450b5089d239c3135802699.tar.gz
kernel-qcow2-linux-9d8bd71ad4f295f80450b5089d239c3135802699.tar.xz
kernel-qcow2-linux-9d8bd71ad4f295f80450b5089d239c3135802699.zip
Staging: hv: remove OnChildDeviceRemove vmbus_driver callback
It's only ever set to one function, so just call that function instead. Cc: Haiyang Zhang <haiyangz@microsoft.com> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/vmbus_private.h')
-rw-r--r--drivers/staging/hv/vmbus_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/vmbus_private.h b/drivers/staging/hv/vmbus_private.h
index d07d832edc01..a5965f8ca107 100644
--- a/drivers/staging/hv/vmbus_private.h
+++ b/drivers/staging/hv/vmbus_private.h
@@ -108,7 +108,7 @@ struct hv_device *vmbus_child_device_create(struct hv_guid *deviceType,
int VmbusChildDeviceAdd(struct hv_device *Device);
-void VmbusChildDeviceRemove(struct hv_device *Device);
+void vmbus_child_device_unregister(struct hv_device *device_obj);
/* static void */
/* VmbusChildDeviceDestroy( */