diff options
author | K. Y. Srinivasan <[email protected]> | 2011-05-10 07:55:48 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-05-11 13:49:18 -0700 |
commit | 43a7b1f16d0f0a62d1db70d9462e1a99fbcb0adc (patch) | |
tree | cde8a6a82abb55430ff63dc89cb49d5375e697ca | |
parent | 44939d37cc03af996d93b9d15385ac13de2bd627 (diff) |
Staging: hv: Get rid of unnecessary state from struct storvsc_driver
This is unused state; get rid of it.
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/hv/storvsc_api.h b/drivers/staging/hv/storvsc_api.h index 18879402eb01..055902b69014 100644 --- a/drivers/staging/hv/storvsc_api.h +++ b/drivers/staging/hv/storvsc_api.h @@ -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 { |