summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_mouse.c
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-08-25 09:49:23 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-25 15:33:47 -0700
commit18d08aff878c827e8a7a0ea10da597a44ddfe7bc (patch)
tree69014c3e4990aedd14181aa1c150c12abc34ff64 /drivers/staging/hv/hv_mouse.c
parent5585d81e0a52f7994b8cdc6a8927b425c068444a (diff)
downloadop-kernel-dev-18d08aff878c827e8a7a0ea10da597a44ddfe7bc.zip
op-kernel-dev-18d08aff878c827e8a7a0ea10da597a44ddfe7bc.tar.gz
Staging: hv: mouse: Get rid of the unused PCI signature
Get rid of the unused PCI signature in the mouse 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/hv_mouse.c')
-rw-r--r--drivers/staging/hv/hv_mouse.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c
index 07a6584..dfa8ae8 100644
--- a/drivers/staging/hv/hv_mouse.c
+++ b/drivers/staging/hv/hv_mouse.c
@@ -22,8 +22,6 @@
#include <linux/input.h>
#include <linux/hid.h>
#include <linux/hiddev.h>
-#include <linux/pci.h>
-#include <linux/dmi.h>
#include "hyperv.h"
@@ -935,26 +933,6 @@ static void __exit mousevsc_exit(void)
vmbus_driver_unregister(&mousevsc_drv);
}
-/*
- * We don't want to automatically load this driver just yet, it's quite
- * broken. It's safe if you want to load it yourself manually, but
- * don't inflict it on unsuspecting users, that's just mean.
- */
-#if 0
-
-/*
- * We use a PCI table to determine if we should autoload this driver This is
- * needed by distro tools to determine if the hyperv drivers should be
- * installed and/or configured. We don't do anything else with the table, but
- * it needs to be present.
- */
-static const struct pci_device_id microsoft_hv_pci_table[] = {
- { PCI_DEVICE(0x1414, 0x5353) }, /* VGA compatible controller */
- { 0 }
-};
-MODULE_DEVICE_TABLE(pci, microsoft_hv_pci_table);
-#endif
-
MODULE_LICENSE("GPL");
MODULE_VERSION(HV_DRV_VERSION);
module_init(mousevsc_init);
OpenPOWER on IntegriCloud