Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
[firefly-linux-kernel-4.4.55.git] / drivers / staging / hv / vmbus_private.h
index 588c667a7f6b1350bcad2021c133adf9a20871d3..09eaec964b305b1fb42a399f62bf251a55d50544 100644 (file)
@@ -29,7 +29,6 @@
 #include "vmbus_api.h"
 #include "channel.h"
 #include "channel_mgmt.h"
-#include "channel_interface.h"
 #include "ring_buffer.h"
 #include <linux/list.h>
 
@@ -105,7 +104,7 @@ extern struct VMBUS_CONNECTION gVmbusConnection;
 
 struct hv_device *VmbusChildDeviceCreate(struct hv_guid *deviceType,
                                         struct hv_guid *deviceInstance,
-                                        void *context);
+                                        struct vmbus_channel *channel);
 
 int VmbusChildDeviceAdd(struct hv_device *Device);