Skip to content

Commit

Permalink
Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driver
Browse files Browse the repository at this point in the history
In preparation to getting rid of struct netvsc_driver, get rid of the
unused state (void *ctx)  in struct netvsc_driver.

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 17, 2011
1 parent a881fdd commit a76c36b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/hv/hyperv_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ struct netvsc_driver {
/* Specific to this driver */
int (*send)(struct hv_device *dev, struct hv_netvsc_packet *packet);

void *ctx;
};

static inline
Expand Down

0 comments on commit a76c36b

Please sign in to comment.