mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
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: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
404aaed16b
commit
7a8488e0da
@ -103,9 +103,6 @@ struct hv_driver {
|
||||
|
||||
/* Base device object */
|
||||
struct hv_device {
|
||||
/* the driver for this device */
|
||||
struct hv_driver *drv;
|
||||
|
||||
char name[64];
|
||||
|
||||
struct work_struct probe_failed_work_item;
|
||||
|
Loading…
Reference in New Issue
Block a user