aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_api.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-20 19:00:37 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-20 19:00:37 -0400
commite957bda0f4c88b29a027be23f4cc05f2abab2329 (patch)
treee1d19072a4f75d00f39de54ae0f0fb80d8c64b78 /drivers/staging/hv/vmbus_api.h
parent40bc5360d7fe6fae4ec454c1dca90d6cdaa7e448 (diff)
Staging: hv: remove GetChannelInfo from struct vmbus_driver
It was only set to one value, so just make the call to get_channel_info() directly. 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_api.h')
-rw-r--r--drivers/staging/hv/vmbus_api.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h
index 0f79216252d..fdd6c59a0ef 100644
--- a/drivers/staging/hv/vmbus_api.h
+++ b/drivers/staging/hv/vmbus_api.h
@@ -183,9 +183,6 @@ struct vmbus_driver {
183 void (*OnMsgDpc)(struct hv_driver *driver); 183 void (*OnMsgDpc)(struct hv_driver *driver);
184 void (*OnEventDpc)(struct hv_driver *driver); 184 void (*OnEventDpc)(struct hv_driver *driver);
185 void (*GetChannelOffers)(void); 185 void (*GetChannelOffers)(void);
186
187 void (*GetChannelInfo)(struct hv_device *dev,
188 struct hv_device_info *devinfo);
189}; 186};
190 187
191int VmbusInitialize(struct hv_driver *drv); 188int VmbusInitialize(struct hv_driver *drv);