diff --git a/[refs] b/[refs] index c19ddc0f6d77..8591f1e9c558 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 565c38def1cfb87bdbd13dfe1bec88dd702db03c +refs/heads/master: 7bd05b9123fba8ad8d5259fe6ce873262937e45a diff --git a/trunk/drivers/staging/hv/storvsc_drv.c b/trunk/drivers/staging/hv/storvsc_drv.c index d24667837b61..570d5634f53e 100644 --- a/trunk/drivers/staging/hv/storvsc_drv.c +++ b/trunk/drivers/staging/hv/storvsc_drv.c @@ -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, @@ -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. */