Skip to content

Commit

Permalink
Staging: hv: Get rid of unnecessary state from struct storvsc_driver
Browse files Browse the repository at this point in the history
This is unused state; get rid of it.

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 44939d3 commit 43a7b1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/hv/storvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ struct storvsc_driver {
/* Maximum # of requests in flight per channel/device */
u32 max_outstanding_req_per_channel;

/* Specific to this driver */
int (*on_io_request)(struct hv_device *device,
struct hv_storvsc_request *request);
};

struct storvsc_device_info {
Expand Down

0 comments on commit 43a7b1f

Please sign in to comment.