Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249524
b: refs/heads/master
c: b51f88a
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent ea140a4 commit 926b2fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: f1f66f8f0cb412b70838b1b4d8b03f953e09dd8c
refs/heads/master: b51f88a1a1e9a191f227964785d6db52f5ee2529
4 changes: 0 additions & 4 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,9 +782,6 @@ static int mousevsc_on_device_remove(struct hv_device *device)
return ret;
}

static void mousevsc_on_cleanup(struct hv_driver *drv)
{
}

/*
* Data types
Expand Down Expand Up @@ -994,7 +991,6 @@ static int mouse_vsc_initialize(struct hv_driver *driver)
/* Setup the dispatch table */
input_drv->base.dev_add = mousevsc_on_device_add;
input_drv->base.dev_rm = mousevsc_on_device_remove;
input_drv->base.cleanup = mousevsc_on_cleanup;

return ret;
}
Expand Down

0 comments on commit 926b2fb

Please sign in to comment.