Skip to content

Commit

Permalink
Staging: hv: storvsc: Get rid of an unnecessary forward declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent fafb0ef commit a404c1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a404c1f

Please sign in to comment.