Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228262
b: refs/heads/master
c: 0bdb250
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Dec 2, 2010
1 parent 91b7af4 commit 4a93cc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 6c884555f23d0c73f7e71ce977ee4dd882532c0f
refs/heads/master: 0bdb250c69251499f53a4ac6f9dae117da490696
3 changes: 0 additions & 3 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ static const struct hv_guid gVmbusDeviceId = {
}
};

static struct hv_driver *gDriver; /* vmbus driver object */
static struct hv_device *gDevice; /* vmbus root device */

/*
Expand Down Expand Up @@ -326,8 +325,6 @@ static int VmbusInitialize(struct hv_driver *driver)
if (ret != 0)
DPRINT_ERR(VMBUS, "Unable to initialize the hypervisor - 0x%x",
ret);
gDriver = driver;

return ret;
}

Expand Down

0 comments on commit 4a93cc0

Please sign in to comment.