Skip to content

Commit

Permalink
Staging: hv: Get rid of an unused variable from struct hv_driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 3, 2011
1 parent b0069f4 commit a8a854d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/hv/vmbus_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a8a854d

Please sign in to comment.