Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249536
b: refs/heads/master
c: 1745ec5
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent f18d996 commit 3e91914
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: eebdd6f295340594c5cb0dd21880369bc684f0c3
refs/heads/master: 1745ec504a80c620a7c9b9df5a03de56cfbd85d5
8 changes: 4 additions & 4 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,10 @@ static int mousevsc_drv_exit_cb(struct device *dev, void *data)
return 1;
}

static struct mousevsc_drv_obj mousevsc_drv;
static struct mousevsc_drv_obj mousevsc_drv = {
.base.probe = mousevsc_probe,
.base.remove = mousevsc_remove,
};

static void mousevsc_drv_exit(void)
{
Expand Down Expand Up @@ -996,9 +999,6 @@ static int __init mousevsc_init(void)

drv->driver.name = input_drv_obj->base.name;

drv->probe = mousevsc_probe;
drv->remove = mousevsc_remove;

/* The driver belongs to vmbus */
vmbus_child_driver_register(&drv->driver);

Expand Down

0 comments on commit 3e91914

Please sign in to comment.