提交 7a8488e0 编写于 作者: K K. Y. Srinivasan 提交者: Greg Kroah-Hartman

Staging: hv: Get rid of the drv field in struct hv_device

Now, we can rid of the drv field in struct hv_device.
Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: NHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: NHank Janssen <hjanssen@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 404aaed1
...@@ -103,9 +103,6 @@ struct hv_driver { ...@@ -103,9 +103,6 @@ struct hv_driver {
/* Base device object */ /* Base device object */
struct hv_device { struct hv_device {
/* the driver for this device */
struct hv_driver *drv;
char name[64]; char name[64];
struct work_struct probe_failed_work_item; struct work_struct probe_failed_work_item;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册