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:
K. Y. Srinivasan 2011-11-08 09:01:47 -08:00 committed by Greg Kroah-Hartman
parent fafb0efc30
commit a404c1ff55

View File

@ -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,