From: K. Y. Srinivasan Date: Tue, 8 Nov 2011 17:01:47 +0000 (-0800) Subject: Staging: hv: storvsc: Get rid of an unnecessary forward declaration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a404c1ff5556fe29460c097a34d2abe10ddd6e0a;p=mv-sheeva.git Staging: hv: storvsc: Get rid of an unnecessary forward declaration Get rid of an unnecessary forward declaration. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index 916f5d04c51..4cdb417fd0f 100644 --- a/drivers/staging/hv/storvsc_drv.c +++ b/drivers/staging/hv/storvsc_drv.c @@ -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,