summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-05-10 14:55:48 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-11 20:49:18 (GMT)
commit43a7b1f16d0f0a62d1db70d9462e1a99fbcb0adc (patch)
treecde8a6a82abb55430ff63dc89cb49d5375e697ca
parent44939d37cc03af996d93b9d15385ac13de2bd627 (diff)
downloadlinux-fsl-qoriq-43a7b1f16d0f0a62d1db70d9462e1a99fbcb0adc.tar.xz
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>
-rw-r--r--drivers/staging/hv/storvsc_api.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/hv/storvsc_api.h b/drivers/staging/hv/storvsc_api.h
index 1887940..055902b 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 {