mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
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 <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:
committed by
Greg Kroah-Hartman
parent
44939d37cc
commit
43a7b1f16d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user