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 <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>
This commit is contained in:
K. Y. Srinivasan 2011-05-10 07:56:03 -07:00 committed by Greg Kroah-Hartman
parent f85976e489
commit 31c39c3516
1 changed files with 0 additions and 3 deletions

View File

@ -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 {