summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_api.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-12-02 08:44:48 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-02 08:44:48 -0800
commit4a1494fc101b05f895ef52b9d01769d382c5a6e2 (patch)
tree74b22a5b32d8c4e873f56f51bf8eb21221ef4588 /drivers/staging/hv/vmbus_api.h
parent097e310329fb69c928aa44b517a547e4a17658fd (diff)
downloadop-kernel-dev-4a1494fc101b05f895ef52b9d01769d382c5a6e2.zip
op-kernel-dev-4a1494fc101b05f895ef52b9d01769d382c5a6e2.tar.gz
Staging: hv: remove OnMsgDpc 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_api.h')
-rw-r--r--drivers/staging/hv/vmbus_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h
index d0c30a7..332a92d 100644
--- a/drivers/staging/hv/vmbus_api.h
+++ b/drivers/staging/hv/vmbus_api.h
@@ -126,12 +126,12 @@ struct vmbus_driver {
struct hv_device *ChildDevice);
/* Set by the callee */
- void (*OnMsgDpc)(struct hv_driver *driver);
void (*OnEventDpc)(struct hv_driver *driver);
void (*GetChannelOffers)(void);
};
int VmbusInitialize(struct hv_driver *drv);
int vmbus_on_isr(struct hv_driver *drv);
+void vmbus_on_msg_dpc(struct hv_driver *drv);
#endif /* _VMBUS_API_H_ */
OpenPOWER on IntegriCloud