diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2011-09-29 11:55:03 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-04 10:39:39 -0700 |
commit | 1eadd8c286824ab50298bc6c828d4984bd297e9f (patch) | |
tree | 205a8401818e71b8d49bc61776bd8769cd6bf1c8 /drivers/staging/hv | |
parent | 929ad795f0a8d3419ea19c76d7c13ebb96c49286 (diff) |
Staging: hv: mousevsc: Enable autoloading of the mouse driver
Now that the mouse driver is functional, enable the auto-loading of the driver.
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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r-- | drivers/staging/hv/hv_mouse.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c index 98ae0621c00f..71b460b855f8 100644 --- a/drivers/staging/hv/hv_mouse.c +++ b/drivers/staging/hv/hv_mouse.c @@ -596,10 +596,7 @@ static const struct hv_vmbus_device_id id_table[] = { { }, }; -/* - * The mouse driver is not functional; do not auto-load it. - */ -/* MODULE_DEVICE_TABLE(vmbus, id_table); */ +MODULE_DEVICE_TABLE(vmbus, id_table); static struct hv_driver mousevsc_drv = { .name = "mousevsc", |