summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/StorVscApi.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-01-08 10:20:27 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:36 -0800
commit65e65a3e73b31c097e59c6e8d4a9ed1eebbe9d8d (patch)
tree4e68d2bae46a407253b737f880c8028ca3e797cb /drivers/staging/hv/StorVscApi.h
parent4230020c42457e51c98636a328c60e9f3744152c (diff)
Staging: hv: remove unneeded OnHostRescan callback
This callback was never called, so delete the thing. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com>. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/StorVscApi.h')
-rw-r--r--drivers/staging/hv/StorVscApi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/hv/StorVscApi.h b/drivers/staging/hv/StorVscApi.h
index 69c14066c47..1aca24e6503 100644
--- a/drivers/staging/hv/StorVscApi.h
+++ b/drivers/staging/hv/StorVscApi.h
@@ -91,9 +91,6 @@ struct storvsc_driver_object {
/* Maximum # of requests in flight per channel/device */
u32 MaxOutstandingRequestsPerChannel;
- /* Set by the caller to allow us to re-enumerate the bus on the host */
- void (*OnHostRescan)(struct hv_device *Device);
-
/* Specific to this driver */
int (*OnIORequest)(struct hv_device *Device,
struct hv_storvsc_request *Request);