Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / staging / hv / vmbus_api.h
index 59742800b06e8283547519db323c3062c92fb626..2da3f52610b3e12705ed0e4b1a27ba23081e46d2 100644 (file)
@@ -115,23 +115,4 @@ struct hv_device {
        void *Extension;
 };
 
-/* Vmbus driver object */
-struct vmbus_driver {
-       /* !! Must be the 1st field !! */
-       /* FIXME if ^, then someone is doing somthing stupid */
-       struct hv_driver Base;
-
-       /* Set by the caller */
-       int (*OnChildDeviceAdd)(struct hv_device *RootDevice,
-                               struct hv_device *ChildDevice);
-
-       /* Set by the callee */
-       int (*OnIsr)(struct hv_driver *driver);
-       void (*OnMsgDpc)(struct hv_driver *driver);
-       void (*OnEventDpc)(struct hv_driver *driver);
-       void (*GetChannelOffers)(void);
-};
-
-int VmbusInitialize(struct hv_driver *drv);
-
 #endif /* _VMBUS_API_H_ */