Skip to content

Commit

Permalink
Staging: hv: Get rid of struct storvsc_driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 428faae commit 495f3b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/hv/storvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 495f3b3

Please sign in to comment.