]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/hv/vmbus_api.h
Staging: hv: remove Open from struct vmbus_channel_interface
[net-next-2.6.git] / drivers / staging / hv / vmbus_api.h
index 42050a1e3f0e3accbf5badb37185de75345bcca3..79a906f3e48c093483617c4cacb720ce4b53a8db 100644 (file)
@@ -86,7 +86,6 @@ struct hv_device_info {
 
 /**
  * struct vmbus_channel_interface - Contains member functions for vmbus channel
- * @Open:      Open the channel
  *
  * This structure contains function pointer to control vmbus channel
  * behavior. None of these functions is externally callable, but they
@@ -94,10 +93,6 @@ struct hv_device_info {
  * Only used by Hyper-V drivers.
  */
 struct vmbus_channel_interface {
-       int (*Open)(struct hv_device *Device, u32 SendBufferSize,
-                   u32 RecvRingBufferSize, void *UserData, u32 UserDataLen,
-                   void (*ChannelCallback)(void *context),
-                   void *Context);
 };
 
 extern const struct vmbus_channel_interface vmbus_ops;