mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 08:16:39 +09:00
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:
committed by
Greg Kroah-Hartman
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,
|
||||
|
||||
Reference in New Issue
Block a user