Staging: hv: Get rid of struct storvsc_driver

Now get rid of struct storvsc_driver as it is not needed.

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:11 -07:00 committed by Greg Kroah-Hartman
parent 428faae18f
commit 495f3b3a97
1 changed files with 0 additions and 5 deletions

View File

@ -73,11 +73,6 @@ struct hv_storvsc_request {
};
/* Represents the block vsc driver */
struct storvsc_driver {
struct hv_driver base;
};
struct storvsc_device_info {
u32 ring_buffer_size;
unsigned int port_number;