mirror of https://gitee.com/openkylin/linux.git
Staging: hv: storvsc: Get rid of an unnecessary forward declaration
Get rid of an unnecessary forward declaration. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fafb0efc30
commit
a404c1ff55
|
@ -236,8 +236,6 @@ struct vstor_packet {
|
|||
#define STORVSC_MAX_CHANNELS 1
|
||||
#define STORVSC_MAX_CMD_LEN 16
|
||||
|
||||
struct hv_storvsc_request;
|
||||
|
||||
/* Matches Windows-end */
|
||||
enum storvsc_request_type {
|
||||
WRITE_TYPE,
|
||||
|
|
Loading…
Reference in New Issue