提交 19912a4f 编写于 作者: K K. Y. Srinivasan 提交者: Greg Kroah-Hartman

Staging: hv: mouse_vsc: Rename the variable g_mousevsc_drv

Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: NHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: NHank Janssen <hjanssen@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 d4890970
......@@ -794,7 +794,7 @@ struct input_device_context {
};
static struct mousevsc_drv_obj g_mousevsc_drv;
static struct mousevsc_drv_obj mousevsc_drv;
static void deviceinfo_callback(struct hv_device *dev, struct hv_input_dev_info *info)
{
......@@ -947,7 +947,7 @@ static int mousevsc_drv_exit_cb(struct device *dev, void *data)
static void mousevsc_drv_exit(void)
{
struct hv_driver *drv = &g_mousevsc_drv.base;
struct hv_driver *drv = &mousevsc_drv.base;
int ret;
struct device *current_dev = NULL;
......@@ -986,8 +986,8 @@ static int mouse_vsc_initialize(struct hv_driver *driver)
static int __init mousevsc_init(void)
{
struct mousevsc_drv_obj *input_drv_obj = &g_mousevsc_drv;
struct hv_driver *drv = &g_mousevsc_drv.base;
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.");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册