aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Y. Srinivasan <[email protected]>2011-05-12 19:34:48 -0700
committerGreg Kroah-Hartman <[email protected]>2011-05-17 12:27:11 -0700
commita76c36bc0ddc96a74885a3a8ffba268cfd209629 (patch)
tree62956bd4c9600baca509f6407e3a355bc92782ea
parenta881fdd0cab987336a7a1b99630b3460689a3a60 (diff)
Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driver
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 <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/hv/hyperv_net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hv/hyperv_net.h b/drivers/staging/hv/hyperv_net.h
index a77048ef7477..d67feb163f30 100644
--- a/drivers/staging/hv/hyperv_net.h
+++ b/drivers/staging/hv/hyperv_net.h
@@ -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