OSDN Git Service

Staging: hv: Get rid of an unused variable from struct hv_driver
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 29 Apr 2011 20:45:16 +0000 (13:45 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 May 2011 20:31:31 +0000 (13:31 -0700)
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>
drivers/staging/hv/vmbus_api.h

index 8e6c107..50fbeb5 100644 (file)
@@ -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;