diff options
author | K. Y. Srinivasan <[email protected]> | 2011-05-10 07:56:11 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-05-11 13:49:29 -0700 |
commit | 495f3b3a974c31d5e7400dbd6fe3143be2afa7d0 (patch) | |
tree | 32494945b0355da21b313ad1093be6581e58dea3 | |
parent | 428faae18fb11df531fd9f6b1e314f54819190f1 (diff) |
Staging: hv: Get rid of struct storvsc_driver
Now get rid of struct storvsc_driver as it is not needed.
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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/hv/storvsc_api.h b/drivers/staging/hv/storvsc_api.h index 4db913f51d00..b163515853de 100644 --- a/drivers/staging/hv/storvsc_api.h +++ b/drivers/staging/hv/storvsc_api.h @@ -73,11 +73,6 @@ struct hv_storvsc_request { }; -/* Represents the block vsc driver */ -struct storvsc_driver { - struct hv_driver base; -}; - struct storvsc_device_info { u32 ring_buffer_size; unsigned int port_number; |