Staging: hv: mousevsc: Get rid of the struct input_device_context
commit28e0d06655ddc6598155e2f71945f1abb00b398a
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 29 Sep 2011 18:54:42 +0000 (29 11:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:39:31 +0000 (4 10:39 -0700)
tree944e6189b1cac88e978c73fd7244f83e07564483
parent870e53adbd372cbeea15ed00e1d4423725f3cea0
Staging: hv: mousevsc: Get rid of the struct input_device_context

The state maintained in struct input_device_context can easily be included
in the struct mousevsc_dev structure. Simplify the code by consolidating
the state.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hv_mouse.c