Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249535
b: refs/heads/master
c: eebdd6f
h: refs/heads/master
i:
  249533: 3819a0e
  249531: cdea684
  249527: 1af5ba1
  249519: 02d6b52
  249503: d395c7a
  249471: 0e99fd1
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent e267f3b commit f18d996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 19912a4f77333fa8df211e4dde86e46875b3f696
refs/heads/master: eebdd6f295340594c5cb0dd21880369bc684f0c3
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,6 @@ struct input_device_context {
};


static struct mousevsc_drv_obj mousevsc_drv;

static void deviceinfo_callback(struct hv_device *dev, struct hv_input_dev_info *info)
{
struct input_device_context *input_device_ctx =
Expand Down Expand Up @@ -945,6 +943,8 @@ static int mousevsc_drv_exit_cb(struct device *dev, void *data)
return 1;
}

static struct mousevsc_drv_obj mousevsc_drv;

static void mousevsc_drv_exit(void)
{
struct hv_driver *drv = &mousevsc_drv.base;
Expand Down

0 comments on commit f18d996

Please sign in to comment.