mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09: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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user