Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249501
b: refs/heads/master
c: 7bd05b9
h: refs/heads/master
i:
  249499: 17b459c
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 016ae3a commit c0b1eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 565c38def1cfb87bdbd13dfe1bec88dd702db03c
refs/heads/master: 7bd05b9123fba8ad8d5259fe6ce873262937e45a
8 changes: 5 additions & 3 deletions trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,6 @@ static int storvsc_queuecommand_lck(struct scsi_cmnd *scmnd,
static DEF_SCSI_QCMD(storvsc_queuecommand)


/* The one and only one */
static struct storvsc_driver storvsc_drv;

/* Scsi driver */
static struct scsi_host_template scsi_driver = {
.module = THIS_MODULE,
Expand Down Expand Up @@ -873,6 +870,11 @@ static int storvsc_probe(struct hv_device *device)
return ret;
}

/* The one and only one */

static struct storvsc_driver storvsc_drv;


/*
* storvsc_drv_init - StorVsc driver initialization.
*/
Expand Down

0 comments on commit c0b1eef

Please sign in to comment.