Commit 63e69e01 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman

Staging: hv: Add remove() function to struct hv_driver

Add remove() function to struct hv_driver.
Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9efd21e1
...@@ -101,6 +101,7 @@ struct hv_driver { ...@@ -101,6 +101,7 @@ struct hv_driver {
void (*cleanup)(struct hv_driver *driver); void (*cleanup)(struct hv_driver *driver);
int (*probe)(struct hv_device *); int (*probe)(struct hv_device *);
int (*remove)(struct hv_device *);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment