diff options
author | K. Y. Srinivasan <[email protected]> | 2011-05-12 19:35:03 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-05-17 12:28:49 -0700 |
commit | 8afe583d2100fa5bea6f294570c2d16e4053419a (patch) | |
tree | 7252e21a2758e49c74c703ad01d98e2090f8fe1c | |
parent | d0e33046142c4896444202671d8f808484554f27 (diff) |
Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driver
Now, get rid of unused state (req_ext_size) from 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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/hv/hyperv_net.h b/drivers/staging/hv/hyperv_net.h index e43f9fafb8a4..b1fb08b0312c 100644 --- a/drivers/staging/hv/hyperv_net.h +++ b/drivers/staging/hv/hyperv_net.h @@ -88,8 +88,6 @@ struct netvsc_driver { struct hv_driver base; u32 ring_buf_size; - u32 req_ext_size; - }; static inline |