Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249591
b: refs/heads/master
c: 8cd442d
h: refs/heads/master
i:
  249589: b32b5f3
  249587: 19a10ed
  249583: 88b434c
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 262b9c3 commit 8d5ce0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: cf131e6ab0332f73ba6a8ff7fd6ac942cba28ccb
refs/heads/master: 8cd442d086512073fd1907c1969a03e7c068c7f9
10 changes: 0 additions & 10 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -977,22 +977,12 @@ static void mousevsc_drv_exit(void)
return;
}

static int mouse_vsc_initialize(struct hv_driver *driver)
{

return 0;
}


static int __init mousevsc_init(void)
{
struct mousevsc_drv_obj *input_drv_obj = &mousevsc_drv;
struct hv_driver *drv = &mousevsc_drv.base;

DPRINT_INFO(INPUTVSC_DRV, "Hyper-V Mouse driver initializing.");

/* Callback to client driver to complete the initialization */
mouse_vsc_initialize(&input_drv_obj->base);
memcpy(&drv->dev_type, &mouse_guid,
sizeof(struct hv_guid));

Expand Down

0 comments on commit 8d5ce0f

Please sign in to comment.