aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Y. Srinivasan <[email protected]>2011-05-10 07:56:03 -0700
committerGreg Kroah-Hartman <[email protected]>2011-05-11 13:49:25 -0700
commit31c39c35168e3c807f924b2ac65cc872ad8d1d6c (patch)
treefb221f5a45322f4141c676040710d37ab643d9d0
parentf85976e4894752bbc1c3f5b2f8cddc598dd425ec (diff)
Staging: hv: Get rid of the ring size state from struct storvsc_driver
Now, get rid of the ring size state from struct storvsc_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/storvsc_api.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/hv/storvsc_api.h b/drivers/staging/hv/storvsc_api.h
index fac607ca228e..d2917eb51bd2 100644
--- a/drivers/staging/hv/storvsc_api.h
+++ b/drivers/staging/hv/storvsc_api.h
@@ -76,9 +76,6 @@ struct hv_storvsc_request {
/* Represents the block vsc driver */
struct storvsc_driver {
struct hv_driver base;
-
- /* Set by caller (in bytes) */
- u32 ring_buffer_size;
};
struct storvsc_device_info {