mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
Staging: hv: Get rid of an unused variable from struct hv_driver
The name field is unused in struct hv_driver. Get rid of it. 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
b0069f43fc
commit
a8a854d38b
|
|
@ -108,8 +108,6 @@ struct hv_driver {
|
|||
|
||||
/* Base device object */
|
||||
struct hv_device {
|
||||
char name[64];
|
||||
|
||||
/* the device type id of this device */
|
||||
struct hv_guid dev_type;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user