]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: hv: mousevsc: Get rid of the usage of the ext field in struct hv_device
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 13 Sep 2011 17:59:50 +0000 (10:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Sep 2011 18:06:03 +0000 (20:06 +0200)
commit80e623887ef6a86718ecab257c592e214ecad82d
tree29d4fe575af84900c961abb0ee1740003a26800b
parent2ddd5e5fb342b9f014d61941a4f73c0bd9b50a60
Staging: hv: mousevsc: Get rid of the usage of the ext field in struct hv_device

Get rid of the usage of the ext field in struct hv_device for the mouse driver.
We do this by using the newly introduced functions to set and and get driver
specific data.

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