Skip to content

Commit

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

0 comments on commit 7a8488e

Please sign in to comment.