summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_private.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-12-02 17:22:41 +0100
committerGreg Kroah-Hartman2010-12-02 17:24:55 +0100
commit89733aa9cca016a542dc621d147a32d6b0fcdad5 (patch)
tree63d586b77f3f8dd7707cbd72ef0e6544e0744a98 /drivers/staging/hv/vmbus_private.h
parentstaging: brcm80211: replaced typedef struct wl_info_t by struct wl_info. (diff)
downloadkernel-qcow2-linux-89733aa9cca016a542dc621d147a32d6b0fcdad5.tar.gz
kernel-qcow2-linux-89733aa9cca016a542dc621d147a32d6b0fcdad5.tar.xz
kernel-qcow2-linux-89733aa9cca016a542dc621d147a32d6b0fcdad5.zip
Staging: hv: remove OnChildDeviceCreate 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 09eaec964b30..d07d832edc01 100644
--- a/drivers/staging/hv/vmbus_private.h
+++ b/drivers/staging/hv/vmbus_private.h
@@ -102,7 +102,7 @@ extern struct VMBUS_CONNECTION gVmbusConnection;
/* General vmbus interface */
-struct hv_device *VmbusChildDeviceCreate(struct hv_guid *deviceType,
+struct hv_device *vmbus_child_device_create(struct hv_guid *deviceType,
struct hv_guid *deviceInstance,
struct vmbus_channel *channel);